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



commit 590f406dccddab198f36d24a30526745231bb5d8
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 6358561..4464c6a 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5121,8 +5121,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]