Remove superfluous Android InputManager interface and implementation
This commit is contained in:
parent
f4b0c7a1ea
commit
22ca5b2eba
4 changed files with 5 additions and 242 deletions
|
|
@ -17,8 +17,6 @@ while read -r f; do
|
|||
continue
|
||||
elif [[ "$f" == *"glsl" ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/GLSurfaceView"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper"* ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue