[mutter] Remove debug printf about opacity



commit 6cf71a06c0df5a0270fe429e39e8da0ab3e66f4f
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Apr 28 17:37:55 2009 -0400

    Remove debug printf about opacity
    
    Don't print ""setting opacity to %d\n" every time a window's opacity
    changes.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=580655
---
 src/compositor/mutter/compositor-mutter.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/compositor/mutter/compositor-mutter.c b/src/compositor/mutter/compositor-mutter.c
index 3320e3e..1320994 100644
--- a/src/compositor/mutter/compositor-mutter.c
+++ b/src/compositor/mutter/compositor-mutter.c
@@ -441,7 +441,6 @@ mutter_window_constructed (GObject *object)
 
       opacity = (guint8)((gfloat)value * 255.0 / ((gfloat)0xffffffff));
 
-      printf ("setting opacity to %d\n", opacity);
       priv->opacity = opacity;
       clutter_actor_set_opacity (CLUTTER_ACTOR (self), opacity);
     }
@@ -1716,7 +1715,6 @@ process_property_notify (Mutter		*compositor,
 
 	  opacity = (guint8)((gfloat)value * 255.0 / ((gfloat)0xffffffff));
 
-          printf ("setting opacity to %d\n", opacity);
 	  cw->priv->opacity = opacity;
 	  clutter_actor_set_opacity (CLUTTER_ACTOR (cw), opacity);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]