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
parent 87981a41e7
commit 0fa8485b4c
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

View File

@@ -1293,7 +1293,6 @@ static uint GetWindowZPriority(const Window *w)
++z_priority;
case WC_NEWS_WINDOW:
case WC_TABLET_BAR:
++z_priority;
default:

View File

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