From 9be6764c477b6f38b329fbf8d2d374513a6ebf0a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 1 Jun 2005 06:24:24 +0000 Subject: Removed unused variables. svn-id: r18309 --- saga/interface.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'saga') diff --git a/saga/interface.cpp b/saga/interface.cpp index 3e2f848420..d19776e5c5 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -718,7 +718,6 @@ void Interface::drawQuit() { } void Interface::handleQuitUpdate(const Point& mousePoint) { - Rect rect; bool releasedButton; _quitPanel.currentButton = quitHitTest(mousePoint); @@ -779,7 +778,6 @@ void Interface::drawLoad() { } void Interface::handleLoadUpdate(const Point& mousePoint) { - Rect rect; bool releasedButton; _loadPanel.currentButton = loadHitTest(mousePoint); @@ -889,7 +887,6 @@ void Interface::processTextInput(uint16 ascii) { void Interface::drawTextInput(SURFACE *ds, InterfacePanel *panel, PanelButton *panelButton) { Rect rect; - Point drawPoint; char ch[2]; int fgColor; uint i; @@ -945,7 +942,6 @@ void Interface::drawSave() { } void Interface::handleSaveUpdate(const Point& mousePoint) { - Rect rect; bool releasedButton; _savePanel.currentButton = saveHitTest(mousePoint); -- cgit v1.2.3