[PATCH xrandr] Remove duplicate printing of the axis
Connor Behan
connor.behan at gmail.com
Sun Jun 1 16:35:50 PDT 2014
Even in verbose mode, why print the same information twice?
Signed-off-by: Connor Behan <connor.behan at gmail.com>
---
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 */
--
1.9.3
More information about the xorg-devel
mailing list