[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.80,1.81

Max Horn fingolfin at users.sourceforge.net
Mon Nov 3 15:35:08 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv2645

Modified Files:
	dialogs.cpp 
Log Message:
oops this wasn't meant to be there

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- dialogs.cpp	3 Nov 2003 23:26:13 -0000	1.80
+++ dialogs.cpp	3 Nov 2003 23:34:27 -0000	1.81
@@ -276,23 +276,6 @@
 	kMainMenuHeight 	= 7*rowHeight + 3*5 + 7 + 5
 };
 
-class SeperatorWidget : public Widget {
-protected:
-	typedef Common::String String;
-
-	String _label;
-	int		_align;
-public:
-	SeperatorWidget(GuiObject *boss, int x, int y, int w) : Widget(boss, x, y, w, 2) { }
-
-protected:
-	void drawWidget(bool hilite) {
-		g_gui.hLine(_x, _y, _x + _w - 2, g_gui._color);
-		g_gui.hLine(_x+1, _y+1, _x + _w - 1, g_gui._shadowcolor);
-	}
-};
-
-
 MainMenuDialog::MainMenuDialog(ScummEngine *scumm)
 	: ScummDialog(scumm, (320 - kMainMenuWidth)/2, (200 - kMainMenuHeight)/2, kMainMenuWidth, kMainMenuHeight) {
 	int y = 7;





More information about the Scummvm-git-logs mailing list