Remove superfluous Android InputManager interface and implementation

This commit is contained in:
Marcel Admiraal
2022-04-22 18:52:06 +02:00
parent 3ba980379d
commit b5402818d7
4 changed files with 5 additions and 242 deletions

View File

@@ -31,8 +31,6 @@ while IFS= read -rd '' f; do
continue 2
elif [[ "$f" == *"theme_data.h" ]]; then
continue 2
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
continue 2
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/GLSurfaceView"* ]]; then
continue 2
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper"* ]]; then