Remove the obsolete IPHONE_BACKEND define

svn-id: r39835
This commit is contained in:
Jordi Vilalta Prat 2009-04-04 10:10:15 +00:00
parent 3687838d19
commit b82707463a
4 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

1
configure vendored
View File

@ -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'

View File

@ -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,