You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user