diff options
author | frosch <frosch@openttd.org> | 2012-11-14 22:51:05 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-11-14 22:51:05 +0000 |
commit | 06054d7a9d5f19b38af4138ae576c011005d2756 (patch) | |
tree | fa709e946da5cc8236aa7b976405f62023fb74f2 /src/script/api/game | |
parent | d5a798033a6439bae740b1479081e569209689da (diff) | |
download | openttd-06054d7a9d5f19b38af4138ae576c011005d2756.tar.xz |
(svn r24750) -Cleanup: Remove old special clear filter button from signs list.
Diffstat (limited to 'src/script/api/game')
-rw-r--r-- | src/script/api/game/game_window.hpp.sq | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/api/game/game_window.hpp.sq b/src/script/api/game/game_window.hpp.sq index 5f22b3d37..c438c610e 100644 --- a/src/script/api/game/game_window.hpp.sq +++ b/src/script/api/game/game_window.hpp.sq @@ -1020,7 +1020,6 @@ void SQGSWindow_Register(Squirrel *engine) SQGSWindow.DefSQConst(engine, ScriptWindow::WID_SIL_SCROLLBAR, "WID_SIL_SCROLLBAR"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_SIL_FILTER_TEXT, "WID_SIL_FILTER_TEXT"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_SIL_FILTER_MATCH_CASE_BTN, "WID_SIL_FILTER_MATCH_CASE_BTN"); - SQGSWindow.DefSQConst(engine, ScriptWindow::WID_SIL_FILTER_CLEAR_BTN, "WID_SIL_FILTER_CLEAR_BTN"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_SIL_FILTER_ENTER_BTN, "WID_SIL_FILTER_ENTER_BTN"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QES_CAPTION, "WID_QES_CAPTION"); SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QES_TEXT, "WID_QES_TEXT"); |