diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 2ac5feac38..1a9421f5dc 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1038,7 +1038,6 @@ public: protected: void CHARSET_1(); void drawString(int a); - void drawDescString(const byte *msg); const byte *addMessageToStack(const byte *msg); void addIntToStack(int var); void addVerbToStack(int var); |