summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-05-26 19:24:11 +0000
committerfrosch <frosch@openttd.org>2013-05-26 19:24:11 +0000
commitb6d76c4d4cc3c8b00993aa6d035e79ffa133985e (patch)
tree0a214b2492583e7081441a1e80fca5d5e3cdf7b3 /src/window_gui.h
parent56e4a8c4d63b19cb037ac1ba64c5a4d7fde4350b (diff)
downloadopenttd-b6d76c4d4cc3c8b00993aa6d035e79ffa133985e.tar.xz
(svn r25288) -Codechange: No need to copy the WindowDesc flags if the WindowDesc is directly accessible.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index f04c7d0a3..c21475442 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -297,7 +297,6 @@ public:
Owner owner; ///< The owner of the content shown in this window. Company colour is acquired from this variable.
ViewportData *viewport; ///< Pointer to viewport data, if present.
- uint32 desc_flags; ///< Window/widgets default flags setting. @see WindowDefaultFlag
const NWidgetCore *nested_focus; ///< Currently focused nested widget, or \c NULL if no nested widget has focus.
SmallMap<int, QueryString*> querystrings; ///< QueryString associated to WWT_EDITBOX widgets.
NWidgetBase *nested_root; ///< Root of the nested tree.