From 359f56cd359de69d32cafe3ee180248f21a14099 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Tue, 8 Jan 2008 20:37:31 +0000 Subject: Removed useless members. svn-id: r30344 --- engines/parallaction/objects.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/parallaction/objects.h') 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 -- cgit v1.2.3