summaryrefslogtreecommitdiff
path: root/src/core/window.c
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-02-10 05:12:53 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-02-10 05:12:53 +0000
commit3d0bfbb4f40735fa2ae2fc1b5f664bf647721a71 (patch)
tree4263155859f16736c9e0cecd6a23ddbd3cd2a790 /src/core/window.c
parentb893e88e8b9edce521b340725848237bb0a1fd78 (diff)
downloadmetacity-3d0bfbb4f40735fa2ae2fc1b5f664bf647721a71.tar.gz
Further movement of code out of metacity-dialog into Zenity;
this time it's the "kill or wait?" dialogue. Much code saved. * src/core/delete.c: * src/core/keybindings.c: * src/core/main.c: * src/core/util.c: * src/core/window-private.h: * src/core/window.c: * src/include/util.h: svn path=/trunk/; revision=4125
Diffstat (limited to 'src/core/window.c')
-rw-r--r--src/core/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/window.c b/src/core/window.c
index c59f9a39..905f9c39 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -379,7 +379,6 @@ meta_window_new_with_attrs (MetaDisplay *display,
window->constructing = TRUE;
window->dialog_pid = -1;
- window->dialog_pipe = -1;
window->xwindow = xwindow;