From b82707463accf9f7e988ceb19ab01cd6645686f4 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Sat, 4 Apr 2009 10:10:15 +0000 Subject: Remove the obsolete IPHONE_BACKEND define svn-id: r39835 --- backends/platform/iphone/osys_iphone.cpp | 5 ----- backends/platform/iphone/osys_iphone.h | 4 ---- 2 files changed, 9 deletions(-) (limited to 'backends') 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 #include @@ -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 -- cgit v1.2.3