princeamd pushed a commit to branch enlightenment-0.17.

commit 8b0997959e15f9e0126b2d59b508a2653cab1aad
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:59:08 2013 +0000

    Backport: a9cd2aa :: Remove unused variable and some dead printfs.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84199
    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 44cd512..40d7e65 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -255,7 +255,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
                {
                   Evas_Object *mon;
                   Ecore_X_Randr_Output output;
-                  Ecore_X_Randr_Crtc rcrtc;
                   static Evas_Coord nx = 0;
 
                   /* for each output, try to create a monitor */
@@ -266,7 +265,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
                   sd->monitors = eina_list_append(sd->monitors, mon);
 
                   output = (int)(long)o;
-                  /* printf("\t\tOutput %d Crtc Is: %d\n", output, rcrtc); */
 
                   if ((cw == 0) && (ch == 0))
                     {

-- 

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

Build for Windows Store.

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

Reply via email to