aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/bitmap.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-11-18 13:48:49 +0000
committerMatthew Hoops2010-11-18 13:48:49 +0000
commitffc6ed643f5b659d2bd95c50fda020c716b8dd4b (patch)
tree5e4da25c49a7ef2c17efcc383df585506fa8d1e3 /engines/mohawk/bitmap.h
parent48416a7f038dba69a72aa9de2fef1dc1e9087405 (diff)
downloadscummvm-rg350-ffc6ed643f5b659d2bd95c50fda020c716b8dd4b.tar.gz
scummvm-rg350-ffc6ed643f5b659d2bd95c50fda020c716b8dd4b.tar.bz2
scummvm-rg350-ffc6ed643f5b659d2bd95c50fda020c716b8dd4b.zip
MOHAWK: Remove unused drawRLE() function
svn-id: r54320
Diffstat (limited to 'engines/mohawk/bitmap.h')
-rw-r--r--engines/mohawk/bitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/bitmap.h b/engines/mohawk/bitmap.h
index 7e1ddcc573..63cfc523bf 100644
--- a/engines/mohawk/bitmap.h
+++ b/engines/mohawk/bitmap.h
@@ -95,7 +95,6 @@ public:
// Draw Functions
void drawRaw();
void drawRLE8();
- void drawRLE();
protected:
BitmapHeader _header;