From 7d464312fb84c080a6e287edd21a794193a0dd78 Mon Sep 17 00:00:00 2001 From: Connor Behan Date: Sun, 1 Jun 2014 16:35:50 -0700 Subject: [PATCH] Remove duplicate printing of the axis Even in verbose mode, why print the same information twice? Signed-off-by: Connor Behan Reviewed-by: Aaron Plattner Signed-off-by: Aaron Plattner --- xrandr.c | 4 ---- 1 file changed, 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 */ -- 2.32.0.93.g670b81a890