Removed references to tablet bar, it's not needed anymore
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1293,7 +1293,6 @@ static uint GetWindowZPriority(const Window *w)
|
||||
++z_priority;
|
||||
|
||||
case WC_NEWS_WINDOW:
|
||||
case WC_TABLET_BAR:
|
||||
++z_priority;
|
||||
|
||||
default:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user