aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-04-19 07:44:01 +0000
committerTorbjörn Andersson2005-04-19 07:44:01 +0000
commit90886d950642d155f44777e8cfe0ace6e277ac4a (patch)
tree50ab3bf75c0d8dc003f1d6b2bf44d956bc3f62da /saga/interface.cpp
parente5f66f38b8a06366cbc64d693e2f4dd74e00a8f5 (diff)
downloadscummvm-rg350-90886d950642d155f44777e8cfe0ace6e277ac4a.tar.gz
scummvm-rg350-90886d950642d155f44777e8cfe0ace6e277ac4a.tar.bz2
scummvm-rg350-90886d950642d155f44777e8cfe0ace6e277ac4a.zip
Fixed warnings.
svn-id: r17682
Diffstat (limited to 'saga/interface.cpp')
-rw-r--r--saga/interface.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp
index 01661262fb..3d5f779593 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -803,7 +803,6 @@ void Interface::converseDisplayTextLines(SURFACE *ds) {
char bullet[2] = {
(char)0xb7, 0
};
- Point point;
Rect rect(8, CONVERSE_TEXT_LINES * CONVERSE_TEXT_HEIGHT);
assert(_conversePanel.buttonsCount >= 6);
@@ -898,7 +897,6 @@ PanelButton *Interface::converseHitTest(const Point& mousePoint) {
}
void Interface::handleConverseUpdate(const Point& mousePoint) {
- Rect rect;
bool changed;
PanelButton *last = _conversePanel.currentButton;
@@ -935,8 +933,6 @@ void Interface::handleConverseUpdate(const Point& mousePoint) {
void Interface::handleConverseClick(const Point& mousePoint) {
- Rect rect;
-
_conversePanel.currentButton = converseHitTest(mousePoint);
if (_conversePanel.currentButton == NULL) {