aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.cpp
diff options
context:
space:
mode:
authoreriktorbjorn2011-06-14 21:16:57 +0200
committerAlyssa Milburn2011-06-15 17:35:01 +0200
commitcde28452f793858878fac66d20e7f9caf5f3e974 (patch)
treec696dc4e2eb2f699521a550bc3cd2d80bc212639 /engines/dreamweb/dreamweb.cpp
parentcd4b0a8b6a389913986ac386a812e0dc16c760bd (diff)
downloadscummvm-rg350-cde28452f793858878fac66d20e7f9caf5f3e974.tar.gz
scummvm-rg350-cde28452f793858878fac66d20e7f9caf5f3e974.tar.bz2
scummvm-rg350-cde28452f793858878fac66d20e7f9caf5f3e974.zip
DREAMWEB: The readabyte() function is no longer needed.
Diffstat (limited to 'engines/dreamweb/dreamweb.cpp')
-rw-r--r--engines/dreamweb/dreamweb.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp
index f53b7bdc14..478e13491f 100644
--- a/engines/dreamweb/dreamweb.cpp
+++ b/engines/dreamweb/dreamweb.cpp
@@ -990,8 +990,6 @@ void readoneblock(Context &context) {
readfromfile(context);
}
-void readabyte(Context & context);
-
void showpcx(Context &context) {
Common::String name = getFilename(context);
Common::File pcxFile;