1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Remove obsolete ANDROID_NATIVE_ACTIVITY

This commit is contained in:
Bastiaan Olij
2018-12-02 00:43:14 +11:00
parent ca28c455bf
commit 6105a8beb1
16 changed files with 0 additions and 2050 deletions

View File

@@ -34,8 +34,6 @@
#include "core/project_settings.h"
#include "thread_jandroid.h"
#ifndef ANDROID_NATIVE_ACTIVITY
AudioDriverAndroid *AudioDriverAndroid::s_ad = NULL;
jobject AudioDriverAndroid::io;
@@ -204,5 +202,3 @@ AudioDriverAndroid::AudioDriverAndroid() {
s_ad = this;
active = false;
}
#endif