princeamd pushed a commit to branch enlightenment-0.17.

commit 60da535debb281787dcd8d6ec5b1c66e92f1f5b5
Author: Chris Michael <[email protected]>
Date:   Sun May 19 12:48:54 2013 +0100

    Backport: 2babd46 :: printf--
    
    Signed-off-by: Chris Michael <[email protected]>
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_randr.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/conf_randr/e_smart_randr.c 
b/src/modules/conf_randr/e_smart_randr.c
index 7511849..e885839 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -262,7 +262,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
                        /* get the size of the preferred mode for this output */
                        
_e_smart_randr_monitor_preferred_mode_size_get(outputs[i], 
                                                                       &mw, 
&mh);
-                       printf("Preferred Size: %d %d\n", mw, mh);
 
                        /* tell monitor what it's current position is
                         * NB: This also packs into the grid */
@@ -297,7 +296,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
                   /* get the size of the preferred mode for this output */
                   _e_smart_randr_monitor_preferred_mode_size_get(outputs[i], 
                                                                  &mw, &mh);
-                  printf("Preferred Size: %d %d\n", mw, mh);
 
                   /* no crtc assigned to this output. it's disabled */
                   e_smart_monitor_crtc_set(mon, crtc, nx, 0, mw, mh);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to