aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
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