1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +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

@@ -31,8 +31,6 @@
#ifndef DIR_ACCESS_JANDROID_H
#define DIR_ACCESS_JANDROID_H
#ifndef ANDROID_NATIVE_ACTIVITY
#include "core/os/dir_access.h"
#include "java_glue.h"
#include <stdio.h>
@@ -87,4 +85,3 @@ public:
};
#endif // DIR_ACCESS_JANDROID_H
#endif