aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/thumbnail.cpp
diff options
context:
space:
mode:
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;