(svn r13141) -Codechange: remove an unused variable from Window.

This commit is contained in:
rubidium
2008-05-17 13:04:30 +00:00
parent ad6e52080c
commit ac8f0fdc7b
2 changed files with 0 additions and 4 deletions

View File

@@ -299,7 +299,6 @@ public:
byte caption_color; ///< Background color of the window caption, contains PlayerID
ViewportData *viewport; ///< Pointer to viewport data, if present
const Widget *original_widget; ///< Original widget layout, copied from WindowDesc
Widget *widget; ///< Widgets of the window
uint widget_count; ///< Number of widgets of the window
uint32 desc_flags; ///< Window/widgets default flags setting, @see WindowDefaultFlag