aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/iphone/osys_iphone.cpp5
-rw-r--r--backends/platform/iphone/osys_iphone.h4
2 files changed, 0 insertions, 9 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