Removed references to tablet bar, it's not needed anymore

This commit is contained in:
Sergii Pylypenko
2015-03-12 21:43:35 +02:00
committed by pelya
parent dce1a08117
commit ab0e3a8bef
4 changed files with 0 additions and 14 deletions

View File

@@ -40,7 +40,6 @@ void SQGSWindow_Register(Squirrel *engine)
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_MAIN_WINDOW, "WC_MAIN_WINDOW");
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_MAIN_TOOLBAR, "WC_MAIN_TOOLBAR");
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_STATUS_BAR, "WC_STATUS_BAR");
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_TABLET_BAR, "WC_TABLET_BAR");
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_BUILD_TOOLBAR, "WC_BUILD_TOOLBAR");
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_SCEN_BUILD_TOOLBAR, "WC_SCEN_BUILD_TOOLBAR");
SQGSWindow.DefSQConst(engine, ScriptWindow::WC_BUILD_TREES, "WC_BUILD_TREES");

View File

@@ -148,12 +148,6 @@ public:
*/
WC_STATUS_BAR = ::WC_STATUS_BAR,
/**
* Tablet bar; %Window numbers:
* - 0 = #StatusbarWidgets
*/
WC_TABLET_BAR = ::WC_TABLET_BAR,
/**
* Build toolbar; %Window numbers:
* - #TRANSPORT_RAIL = #RailToolbarWidgets