diff options
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index c9fa1f12..95db2f4b 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -153,7 +153,6 @@ class Window : public gcn::Window, public ConfigListener protected: gcn::Container *chrome; /**< Contained container */ - gcn::Widget *prevModal; /**< Previous modal widget */ Window *parent; /**< The parent window */ int snapSize; /**< Snap distance to window edge */ bool modal; /**< Window is modal */ |