aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-06-01 06:24:24 +0000
committerTorbjörn Andersson2005-06-01 06:24:24 +0000
commit9be6764c477b6f38b329fbf8d2d374513a6ebf0a (patch)
tree5b9f6a1488f4968e75d608ac5160bea97b0590d8 /saga
parent5e57925f56f3eacb5b0208f4c38e9395131cf48e (diff)
downloadscummvm-rg350-9be6764c477b6f38b329fbf8d2d374513a6ebf0a.tar.gz
scummvm-rg350-9be6764c477b6f38b329fbf8d2d374513a6ebf0a.tar.bz2
scummvm-rg350-9be6764c477b6f38b329fbf8d2d374513a6ebf0a.zip
Removed unused variables.
svn-id: r18309
Diffstat (limited to 'saga')
-rw-r--r--saga/interface.cpp4
1 files changed, 0 insertions, 4 deletions
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);