[gtk+/client-side-decorations: 47/92] remove test code again



commit d4c721a9e1aabfd2d7b7bea74d1ce5b08a75b347
Author: Cody Russell <crussell canonical com>
Date:   Wed Jul 8 02:25:09 2009 +0100

    remove test code again

 gtk/gtkwindow.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index c4fae91..755a2f8 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5163,8 +5163,6 @@ is_client_side_decorated (GtkWindow *window)
                         "client-side-decorated", &client_side_decorated,
                         NULL);
 
-  return 1 && window->decorated && !priv->disable_client_side_decorations; // XXX - remove this :)
-
   return client_side_decorated && window->decorated && priv->disable_client_side_decorations;
 }
 



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