[Scummvm-cvs-logs] SF.net SVN: scummvm: [21138] scummvm/trunk/gui/options.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Mar 7 17:51:01 CET 2006


Revision: 21138
Author:   sev
Date:     2006-03-07 17:49:22 -0800 (Tue, 07 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21138&view=rev

Log Message:
-----------
Cleanup

Modified Paths:
--------------
    scummvm/trunk/gui/options.cpp
Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2006-03-08 01:42:02 UTC (rev 21137)
+++ scummvm/trunk/gui/options.cpp	2006-03-08 01:49:22 UTC (rev 21138)
@@ -462,17 +462,6 @@
 }
 
 void GlobalOptionsDialog::init() {
-	const int screenW = g_system->getOverlayWidth();
-	const int screenH = g_system->getOverlayHeight();
-
-	GUI::WidgetSize ws;
-
-	if (screenW >= 400 && screenH >= 300) {
-		ws = GUI::kBigWidgetSize;
-	} else {
-		ws = GUI::kNormalWidgetSize;
-	}
-
 	// The tab widget
 	TabWidget *tab = new TabWidget(this, "globaloptions_tabwidget");
 	tab->setHints(THEME_HINT_FIRST_DRAW | THEME_HINT_SAVE_BACKGROUND);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list