From 89694323abffb1c73c85d49460991b3e6f20f098 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 May 2015 22:11:54 +0300 Subject: Move window variable from widget class to widget2 class. --- src/gui/widgets/widget.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/gui/widgets/widget.h') diff --git a/src/gui/widgets/widget.h b/src/gui/widgets/widget.h index f1db2b481..8191754e5 100644 --- a/src/gui/widgets/widget.h +++ b/src/gui/widgets/widget.h @@ -199,9 +199,6 @@ class Widget notfinal : public Widget2 Widget* getParent() const A_WARN_UNUSED { return mParent; } - Widget* getWindow() const A_WARN_UNUSED - { return mWindow; } - /** * Sets the width of the widget. * @@ -669,9 +666,6 @@ class Widget notfinal : public Widget2 virtual void setParent(Widget* parent) { mParent = parent; } - virtual void setWindow(Widget* window) - { mWindow = window; } - /** * Gets the font set for the widget. If no font has been set, * the global font will be returned. If no global font has been set, @@ -1199,8 +1193,6 @@ class Widget notfinal : public Widget2 */ Widget* mParent; - Widget* mWindow; - /** * Holds the font used by the widget. */ -- cgit v1.2.3-60-g2f50