godot/platform
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
..
android Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
haiku Image: Include S3TC compression via Squish in non-tools build 2020-01-13 15:58:49 +01:00
iphone Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
javascript Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
osx Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
server Revert "Change LINKFLAGS to FRAMEWORKS which is supported since Scons release 0.96.91" 2020-03-10 09:56:37 +01:00
uwp Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
windows Make stack size on Windows match Linux and MacOS 2020-03-25 11:38:53 +01:00
x11 Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Always use lists for LIBS in SCons 2019-08-12 22:31:55 +02:00