aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/iphone/osys_iphone.cpp5
-rw-r--r--backends/platform/iphone/osys_iphone.h4
-rwxr-xr-xconfigure1
-rwxr-xr-xdists/iphone/scummvm.xcodeproj/project.pbxproj2
4 files changed, 0 insertions, 12 deletions
diff --git a/backends/platform/iphone/osys_iphone.cpp b/backends/platform/iphone/osys_iphone.cpp
index d11392e953..ca32a8d3d4 100644
--- a/backends/platform/iphone/osys_iphone.cpp
+++ b/backends/platform/iphone/osys_iphone.cpp
@@ -23,8 +23,6 @@
*
*/
-#if defined(IPHONE_BACKEND)
-
#include <unistd.h>
#include <pthread.h>
@@ -1421,6 +1419,3 @@ void iphone_main(int argc, char *argv[]) {
scummvm_main(argc, argv);
g_system->quit(); // TODO: Consider removing / replacing this!
}
-
-#endif
-
diff --git a/backends/platform/iphone/osys_iphone.h b/backends/platform/iphone/osys_iphone.h
index 6ae5ed34d7..c652d06086 100644
--- a/backends/platform/iphone/osys_iphone.h
+++ b/backends/platform/iphone/osys_iphone.h
@@ -23,8 +23,6 @@
*
*/
-#ifdef IPHONE_BACKEND
-
#include "graphics/surface.h"
#include "iphone_common.h"
#include "backends/base-backend.h"
@@ -210,5 +208,3 @@ protected:
bool handleEvent_mouseDragged(Common::Event &event, int x, int y);
};
-
-#endif
diff --git a/configure b/configure
index 2bd998cc19..a0ffafbf00 100755
--- a/configure
+++ b/configure
@@ -1858,7 +1858,6 @@ case $_backend in
iphone)
OBJCFLAGS="$OBJCFLAGS --std=c99"
LIBS="$LIBS -lobjc -framework UIKit -framework CoreGraphics -framework CoreSurface -framework QuartzCore -framework GraphicsServices -framework CoreFoundation -framework Foundation -framework AudioToolbox -framework CoreAudio"
- DEFINES="$DEFINES -DIPHONE_BACKEND"
;;
dc)
INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'
diff --git a/dists/iphone/scummvm.xcodeproj/project.pbxproj b/dists/iphone/scummvm.xcodeproj/project.pbxproj
index 8ffb4a16b6..160da137fe 100755
--- a/dists/iphone/scummvm.xcodeproj/project.pbxproj
+++ b/dists/iphone/scummvm.xcodeproj/project.pbxproj
@@ -7989,7 +7989,6 @@
CONFIG_H,
SCUMM_NEED_ALIGNMENT,
SCUMM_LITTLE_ENDIAN,
- IPHONE_BACKEND,
UNIX,
IPHONE,
ENABLE_HE,
@@ -8058,7 +8057,6 @@
CONFIG_H,
SCUMM_NEED_ALIGNMENT,
SCUMM_LITTLE_ENDIAN,
- IPHONE_BACKEND,
UNIX,
IPHONE,
ENABLE_HE,