[Scummvm-cvs-logs] SF.net SVN: scummvm: [22647] scummvm/trunk/gui/ListWidget.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Thu May 25 18:52:04 CEST 2006
Revision: 22647
Author: sev
Date: 2006-05-25 18:51:03 -0700 (Thu, 25 May 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22647&view=rev
Log Message:
-----------
remove unused variable
Modified Paths:
--------------
scummvm/trunk/gui/ListWidget.cpp
Modified: scummvm/trunk/gui/ListWidget.cpp
===================================================================
--- scummvm/trunk/gui/ListWidget.cpp 2006-05-26 01:49:56 UTC (rev 22646)
+++ scummvm/trunk/gui/ListWidget.cpp 2006-05-26 01:51:03 UTC (rev 22647)
@@ -440,8 +440,6 @@
void ListWidget::handleScreenChanged() {
Widget::handleScreenChanged();
- int w = g_gui.evaluator()->getVar(_name + ".w");
-
WidgetSize ws = g_gui.getWidgetSize();
_leftPadding = g_gui.evaluator()->getVar("ListWidget.leftPadding", 0);
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