mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
CGE: Remove useless function declaration
Thanks LordHoto for pointing at it
This commit is contained in:
parent
642e0baacb
commit
e663e7874e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user