aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index 2613c934a6..66c506e73c 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -71,7 +71,6 @@ public:
virtual void printChar(int chr) = 0;
virtual void drawChar(int chr, const Graphics::Surface &s, int x, int y) {}
- int getLetter(int letter);
int getStringWidth(int a, const byte *str);
void addLinebreaks(int a, byte *str, int pos, int maxwidth);