[gtk+/client-side-decorations: 41/50] remove some temporary code
- From: Cody Russell <bratsche src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-decorations: 41/50] remove some temporary code
- Date: Wed, 8 Jul 2009 15:31:36 +0000 (UTC)
commit 543079709932b6e38d0b12d0aa0b952894a8a031
Author: Cody Russell <crussell canonical com>
Date: Tue Jun 30 20:51:57 2009 -0500
remove some temporary code
gtk/gtkwindow.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 760ca18..0e4d1ca 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5022,8 +5022,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]