summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2016-02-05 10:54:17 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2016-02-05 10:54:17 -0600
commit6305f0946739c3aff01be642fe64d2aa8378487a (patch)
treedeabd7a7d5903478339132263a680188985d867a /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent018625e54f8a1f9045cdcaca822034888083ae36 (diff)
Use cmake to determine if we are enabling the Android Controller Interface
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 08b282dba8..e324817dd3 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -29,9 +29,6 @@
#if defined(__APPLE__)
#define CIFACE_USE_OSX
#endif
-#ifdef ANDROID
- #define CIFACE_USE_ANDROID
-#endif
#if defined(HAVE_SDL) && HAVE_SDL
#define CIFACE_USE_SDL
#endif