aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-01-08 20:37:31 +0000
committerNicola Mettifogo2008-01-08 20:37:31 +0000
commit359f56cd359de69d32cafe3ee180248f21a14099 (patch)
tree040103ec85fb2e41c425a821c79219bc00cdfc6b /engines/parallaction/objects.h
parent1b80eedaa18c38ffa2203eb661fda44d245ca6da (diff)
downloadscummvm-rg350-359f56cd359de69d32cafe3ee180248f21a14099.tar.gz
scummvm-rg350-359f56cd359de69d32cafe3ee180248f21a14099.tar.bz2
scummvm-rg350-359f56cd359de69d32cafe3ee180248f21a14099.zip
Removed useless members.
svn-id: r30344
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 5648ea25fb..4bd290fb6b 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -258,7 +258,6 @@ struct TypeData {
};
struct Label {
- char* _text;
Graphics::Surface _cnv;
Common::Point _pos;
@@ -268,7 +267,6 @@ struct Label {
void free();
void resetPosition();
- void getRect(Common::Rect &r);
};
#define ZONENAME_LENGTH 32