aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_draw.h
diff options
context:
space:
mode:
authorJames Brown2003-08-19 14:57:26 +0000
committerJames Brown2003-08-19 14:57:26 +0000
commitec447fdfbbd55bf7e9d5c623f4262e59443f6d7a (patch)
treea840804617e997e04bfc7ed7dce4a6d695f84712 /sword2/driver/d_draw.h
parentc284e1b5077a172af52a114ffc658e0f58defe80 (diff)
downloadscummvm-rg350-ec447fdfbbd55bf7e9d5c623f4262e59443f6d7a.tar.gz
scummvm-rg350-ec447fdfbbd55bf7e9d5c623f4262e59443f6d7a.tar.bz2
scummvm-rg350-ec447fdfbbd55bf7e9d5c623f4262e59443f6d7a.zip
Remove a bunch of unneeded cruft - but barely the surface of it. This code is depressing and duplicated all over the place... I don't think I can bear to touch this code until it's undergone some MAJOR cleanup :)
svn-id: r9782
Diffstat (limited to 'sword2/driver/d_draw.h')
-rw-r--r--sword2/driver/d_draw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/driver/d_draw.h b/sword2/driver/d_draw.h
index 3c6adad86d..50b4afb82a 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -88,7 +88,6 @@ extern int32 dxHalCaps; // Hardware capabilities.
extern int32 dxHelCaps; // Emulation capabilities.
extern void FatalDirectDrawError(char *str, int32 dderr, char *file, int32 line);
-extern void RestoreSurfaces(void); // Restores direct draw surfaces.
#ifdef __cplusplus
}