summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 492b679e..8b9f983e 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -36,7 +36,6 @@ class Window : public gcn::Container, public gcn::MouseListener
private:
gcn::Container *chrome; /**< Contained container */
std::string caption; /**< Title bar caption */
- gcn::Label* captionLabel; /**< Title bar caption label */
int z; /**< Z position of the window */
int mousePX; /**< Mouse down location */
int mousePY; /**< Mouse down location */