aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/smush_font.cpp')
-rw-r--r--scumm/smush/smush_font.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/smush/smush_font.cpp b/scumm/smush/smush_font.cpp
index 4301af5536..3b50c0f51c 100644
--- a/scumm/smush/smush_font.cpp
+++ b/scumm/smush/smush_font.cpp
@@ -19,8 +19,6 @@
*
*/
-#ifndef DISABLE_SCUMM_7_8
-
#include "common/stdafx.h"
#include "common/file.h"
#include "scumm/scumm.h"
@@ -268,4 +266,3 @@ void SmushFont::drawStringWrap(const char *str, byte *buffer, int dst_width, int
} // End of namespace Scumm
-#endif