summaryrefslogtreecommitdiffstats
path: root/platform/android/java_glue.cpp
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2018-12-02 00:43:14 +1100
committerBastiaan Olij <mux213@gmail.com>2018-12-02 00:48:37 +1100
commit6105a8beb1c861574986b7531c6b5c6e7b4cdb42 (patch)
tree7d303ff255699daa15b19aa24736bcc0374e9c57 /platform/android/java_glue.cpp
parentca28c455bfdc8408485c217c17f07011c0b43f64 (diff)
downloadredot-engine-6105a8beb1c861574986b7531c6b5c6e7b4cdb42.tar.gz
Remove obsolete ANDROID_NATIVE_ACTIVITY
Diffstat (limited to 'platform/android/java_glue.cpp')
-rw-r--r--platform/android/java_glue.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/android/java_glue.cpp b/platform/android/java_glue.cpp
index 43bd841baf..fb9c0f08ad 100644
--- a/platform/android/java_glue.cpp
+++ b/platform/android/java_glue.cpp
@@ -28,8 +28,6 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#ifndef ANDROID_NATIVE_ACTIVITY
-
#include "java_glue.h"
#include "android/asset_manager_jni.h"
#include "audio_driver_jandroid.h"
@@ -1566,4 +1564,3 @@ JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_calldeferred(JNIEnv *
//Main::cleanup();
//return os.get_exit_code();
-#endif