Even in verbose mode, why print the same information twice?

Signed-off-by: Connor Behan <connor.be...@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

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to