CGE: Remove useless function declaration

Thanks LordHoto for pointing at it
This commit is contained in:
Strangerke 2011-09-20 07:10:29 +02:00
parent 642e0baacb
commit e663e7874e

View File

@ -55,10 +55,8 @@ protected:
public:
Talk(CGEEngine *vm, const char *text, TextBoxStyle mode);
Talk(CGEEngine *vm);
//~TALK();
virtual void update(const char *text);
virtual void update() {}
void putLine(int line, const char *text);
private:
CGEEngine *_vm;