[gtk+/client-side-decorations: 41/92] remove some temporary code
- From: Cody Russell <bratsche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/client-side-decorations: 41/92] remove some temporary code
- Date: Fri, 16 Apr 2010 19:30:33 +0000 (UTC)
commit c59a059551bb136faa0ea51ca2c365ac61074d39
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 b5c794b..d73266b 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5064,8 +5064,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]