[PATCH xrandr-utils 7/8] Drop rectangle_t.
Bryce Harrington
bryce at canonical.com
Fri Jan 6 16:36:35 PST 2012
There are no internal users.
box_t (now XRUBox) serves essentially the same purpose.
Signed-off-by: Bryce Harrington <bryce at canonical.com>
---
examples/xrandr.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/examples/xrandr.c b/examples/xrandr.c
index 6d921fb..a69eea3 100644
--- a/examples/xrandr.c
+++ b/examples/xrandr.c
@@ -210,10 +210,6 @@ reflection_name (Rotation rotation)
return "invalid reflection";
}
-typedef struct {
- int x, y, width, height;
-} rectangle_t;
-
typedef enum _changes {
changes_none = 0,
changes_crtc = (1 << 0),
--
1.7.4.1
More information about the xorg-devel
mailing list