aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/thumbnail.cpp
diff options
context:
space:
mode:
authorSimei Yin2017-07-15 17:33:10 +0200
committerSimei Yin2017-07-15 17:51:57 +0200
commita3876ee8c1bf43ad998681188f83266a85ab64b8 (patch)
treeed4d3a81bb66580677fd9d673e8f27a4b5a41931 /engines/sludge/thumbnail.cpp
parent8c57d2d82540d1b7656375c808812ac4cba9d232 (diff)
downloadscummvm-rg350-a3876ee8c1bf43ad998681188f83266a85ab64b8.tar.gz
scummvm-rg350-a3876ee8c1bf43ad998681188f83266a85ab64b8.tar.bz2
scummvm-rg350-a3876ee8c1bf43ad998681188f83266a85ab64b8.zip
SLUDGE: Clean useless #if 0's
Diffstat (limited to 'engines/sludge/thumbnail.cpp')
-rw-r--r--engines/sludge/thumbnail.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sludge/thumbnail.cpp b/engines/sludge/thumbnail.cpp
index 820e5af7a9..424feb40dd 100644
--- a/engines/sludge/thumbnail.cpp
+++ b/engines/sludge/thumbnail.cpp
@@ -35,10 +35,6 @@ void unfreeze(bool); // Because FREEZE.H needs a load of other includes
int thumbWidth = 0, thumbHeight = 0;
-#if 0
-extern GLuint backdropTextureName;
-#endif
-
bool saveThumbnail(Common::WriteStream *stream) {
#if 0
GLuint thumbnailTextureName = 0;