summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Behan <connor.behan@gmail.com>2014-06-01 16:35:50 -0700
committerAaron Plattner <aplattner@nvidia.com>2014-06-25 16:35:02 -0700
commit7d464312fb84c080a6e287edd21a794193a0dd78 (patch)
tree0bb6882f203659f846c9aa8a3b4326d0b76a5112
parent792f05ea20d5191425154470760e36dcf023c6e9 (diff)
Remove duplicate printing of the axis
Even in verbose mode, why print the same information twice? Signed-off-by: Connor Behan <connor.behan@gmail.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-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 */