godot/main
Rémi Verschelde acd14e645a Remove unused classes and stray headers
Found by reviewing headers with 1 or less matching includes:
```
find -name thirdparty -prune -o -name "*.h" -exec basename {} \; | sort -u > headers
for header in $(cat headers); do echo "$header: "; rg -l "#include \"(.*/)?$header\"" | wc -l; done > list-includes
```

(cherry picked from commit 9d24541597)
2020-03-25 11:38:54 +01:00
..
tests Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
SCsub Gamepad: Fix parsing order for SDL2 controller databases 2020-01-08 12:26:53 +01:00
app_icon.png
default_controller_mappings.h
gamecontrollerdb.txt Sync controller mappings DB with SDL2 community repo 2020-01-26 17:59:15 +01:00
gamecontrollerdb_204.txt
gamecontrollerdb_205.txt
godotcontrollerdb.txt
input_default.cpp
input_default.h
main.cpp Improve the error message displayed when the PCK file can't be found 2020-01-28 00:12:32 +01:00
main.h
main_builders.py
main_timer_sync.cpp
main_timer_sync.h
performance.cpp
performance.h
splash.png
splash_editor.png