summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@canonical.com>2011-12-01 18:02:08 -0800
committerBryce Harrington <bryce@canonical.com>2012-01-06 13:00:47 -0800
commitcd31e7fe468b7264181c41c5f62ed15de815dc7c (patch)
treee8cf27e899b2831af4cf1895a6987563e9fda3b6
parent03fe846c17569a741afa6f387e918ed8d1ffc71b (diff)
Drop rectangle_t.HEADmaster
There are no internal users. box_t (now XRUBox) serves essentially the same purpose.
-rw-r--r--examples/xrandr.c4
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),