diff options
author | alberth <alberth@openttd.org> | 2009-04-26 16:41:08 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-04-26 16:41:08 +0000 |
commit | a780198f745d4c82d22caddf46e218a6c38e0ffa (patch) | |
tree | be7eda1a73bcd0a7d2c93b643e171569c3756a05 /src/osk_gui.cpp | |
parent | 25ac77a612c47645787e7af71f7298d511c480ea (diff) | |
download | openttd-a780198f745d4c82d22caddf46e218a6c38e0ffa.tar.xz |
(svn r16168) -Codechange: Removing unused WWT_EMPTY widget.
Diffstat (limited to 'src/osk_gui.cpp')
-rw-r--r-- | src/osk_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osk_gui.cpp b/src/osk_gui.cpp index ce2e0f914..a95dac864 100644 --- a/src/osk_gui.cpp +++ b/src/osk_gui.cpp @@ -231,7 +231,6 @@ struct OskWindow : public Window { }; static const Widget _osk_widgets[] = { -{ WWT_EMPTY, RESIZE_NONE, COLOUR_GREY, 0, 0, 0, 0, 0x0, STR_NULL}, { WWT_CAPTION, RESIZE_NONE, COLOUR_GREY, 0, 255, 0, 13, STR_QUERY_CAPTION, STR_NULL}, { WWT_PANEL, RESIZE_NONE, COLOUR_GREY, 0, 255, 14, 29, 0x0, STR_NULL}, { WWT_EDITBOX, RESIZE_NONE, COLOUR_GREY, 2, 253, 16, 27, 0x0, STR_NULL}, |