diff options
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index e9567762..be9c9ea1 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -172,10 +172,6 @@ class Window : public gcn::Window, public ConfigListener bool resizable; /**< Window can be resized */ bool mMouseResize; /**< Window is being resized */ - bool mTopBorderDrag; /**< Top border is being dragged */ - bool mLeftBorderDrag; /**< Left border is being dragged */ - bool mRightBorderDrag; /**< Right border is being dragged */ - bool mBottomBorderDrag; /**< Bottom border is being dragged */ int minWinWidth; /**< Minimum window width */ int minWinHeight; /**< Minimum window height */ |