aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-06 16:07:46 +0000
committerTorbjörn Andersson2005-01-06 16:07:46 +0000
commitcfe84492adc3ef69154c59d0a94c093bbb9a6609 (patch)
treede9099a129f066238479a50c249419cda9cdaec9 /saga/gfx.h
parentf974b48a41469aa3a86a1ed1ccb00d9a58656cc0 (diff)
downloadscummvm-rg350-cfe84492adc3ef69154c59d0a94c093bbb9a6609.tar.gz
scummvm-rg350-cfe84492adc3ef69154c59d0a94c093bbb9a6609.tar.bz2
scummvm-rg350-cfe84492adc3ef69154c59d0a94c093bbb9a6609.zip
Placard functions are now event-driven, so the blocking palette faders are
no longer needed. svn-id: r16450
Diffstat (limited to 'saga/gfx.h')
-rw-r--r--saga/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/saga/gfx.h b/saga/gfx.h
index e40b8e40ca..61cc760c89 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -107,8 +107,6 @@ public:
int getCurrentPal(PALENTRY *src_pal);
int palToBlack(SURFACE *surface, PALENTRY *src_pal, double percent);
int blackToPal(SURFACE *surface, PALENTRY *src_pal, double percent);
- void palToBlackWait(SURFACE *surface, PALENTRY *src_pal, int duration);
- void blackToPalWait(SURFACE *surface, PALENTRY *src_pal, int duration);
void updateCursor() { setCursor(getWhite()); }
void showCursor(bool state);