summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xrandr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xrandr.c b/xrandr.c
index 7a5fa30..d284f78 100644
--- a/xrandr.c
+++ b/xrandr.c
@@ -3861,10 +3861,6 @@ main (int argc, char **argv)
else
printf ("neither axis");
printf ("\n");
-
- if (reflection & RR_Reflect_X) printf("Setting reflection on X axis\n");
-
- if (reflection & RR_Reflect_Y) printf("Setting reflection on Y axis\n");
}
/* we should test configureNotify on the root window */