Remove unused and (partially) unworking UnifiedShell.

This commit is contained in:
thecelloman 2013-03-18 10:02:05 -04:00
parent 5f2904f521
commit d3ba8e8e44
37 changed files with 6 additions and 2732 deletions

View file

@ -70,8 +70,7 @@ function initClient()
exec("art/gui/playGui.gui");
// Load up the shell GUIs
if($platform !$= "xenon") // Use the unified shell instead
exec("art/gui/mainMenuGui.gui");
exec("art/gui/mainMenuGui.gui");
exec("art/gui/StartupGui.gui");
// Gui scripts
@ -133,8 +132,7 @@ function loadMainMenu()
// Startup the client with the Main menu...
if (isObject( MainMenuGui ))
Canvas.setContent( MainMenuGui );
else if (isObject( UnifiedMainMenuGui ))
Canvas.setContent( UnifiedMainMenuGui );
Canvas.setCursor("DefaultCursor");
// first check if we have a level file to load