aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.h
diff options
context:
space:
mode:
authoreriktorbjorn2011-06-20 20:00:09 +0200
committereriktorbjorn2011-06-20 20:00:09 +0200
commit70799120914c5abb9fd0788493117e1c47769f0f (patch)
treee68fc6ae2e41e0ee76b3cd7f585f5a36abed8298 /engines/dreamweb/dreamgen.h
parent6318758e7119d7834a9f7c4be11b819ee0bfaff4 (diff)
downloadscummvm-rg350-70799120914c5abb9fd0788493117e1c47769f0f.tar.gz
scummvm-rg350-70799120914c5abb9fd0788493117e1c47769f0f.tar.bz2
scummvm-rg350-70799120914c5abb9fd0788493117e1c47769f0f.zip
DREAMWEB: Remove convertkey()
This function was responsible for filtering invalid keys (e.g. in savegame names), and was only used by keyboardread(). This filtering is done by processEvents() instead.
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r--engines/dreamweb/dreamgen.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index d7cf4677e3..2d05f9c791 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -600,7 +600,6 @@ public:
void clearbuffers();
void neterror();
void storeit();
- void lockeddoorway();
void isitworn();
void putundertimed();
void dumpmap();
@@ -658,7 +657,7 @@ public:
void usewall();
void opentomb();
void buttonfour();
- void dosometalk();
+ void animpointer();
void lockmon();
void dochange();
void getanyaddir();
@@ -867,7 +866,6 @@ public:
void adjustright();
void putunderzoom();
void vsync();
- void showseconduse();
void turnpathoff();
void findinvpos();
void usetext();
@@ -956,9 +954,8 @@ public:
void showmonk();
void diarykeyn();
void set16colpalette();
- void convicons();
- void interviewer();
void sparky();
+ void interviewer();
void purgeanitem();
void madman();
void createpanel();
@@ -1011,7 +1008,7 @@ public:
void getback1();
void setlocation();
void fadefromwhite();
- void animpointer();
+ void checksoundint();
void usewindow();
void wearshades();
void onedigit();
@@ -1253,12 +1250,14 @@ public:
void usechurchgate();
void monkandryan();
void allocatebuffers();
+ void convicons();
void swapwithinv();
void usecontrol();
void buttonseven();
void redrawmainscrn();
void finishedwalking();
void findallryan();
+ void lockeddoorway();
void channel0tran();
void buttonpress();
void parseblaster();
@@ -1281,7 +1280,7 @@ public:
void showryanpage();
void printlogo();
void allpointer();
- void checksoundint();
+ void showseconduse();
void clearreels();
void malefan();
void dosaveload();
@@ -1310,6 +1309,7 @@ public:
void emergencypurge();
void usemenu();
void alleybarksound();
+ void dosometalk();
void usecart();
void intromusic();
void makename();