aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
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);