mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
Remove the obsolete IPHONE_BACKEND define
svn-id: r39835
This commit is contained in:
parent
3687838d19
commit
b82707463a
@ -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
|
||||
|
||||
|
@ -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
1
configure
vendored
@ -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'
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user