summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),