diff options
| author | Juan Linietsky | 2017-11-03 23:39:44 -0300 |
|---|---|---|
| committer | GitHub | 2017-11-03 23:39:44 -0300 |
| commit | 7715a261d5f387b7769bb8149735e4131ea97757 (patch) | |
| tree | 41a3bfe4c655470a3e7b9b5e162e48853ca561d2 /platform/osx/os_osx.h | |
| parent | 25c38c75425e3ccfcaed53ebd38fc588d6f35764 (diff) | |
| parent | 7a9ca08f16c500aa0caccc21a8e42564f962971a (diff) | |
| download | godot-7715a261d5f387b7769bb8149735e4131ea97757.tar.gz godot-7715a261d5f387b7769bb8149735e4131ea97757.tar.zst godot-7715a261d5f387b7769bb8149735e4131ea97757.zip | |
Diffstat (limited to 'platform/osx/os_osx.h')
| -rw-r--r-- | platform/osx/os_osx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 420bb50af..fba53f61b 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -38,9 +38,6 @@ #include "os/input.h" #include "power_osx.h" #include "servers/audio_server.h" -#include "servers/physics_2d/physics_2d_server_sw.h" -#include "servers/physics_2d/physics_2d_server_wrap_mt.h" -#include "servers/physics_server.h" #include "servers/visual/rasterizer.h" #include "servers/visual/visual_server_wrap_mt.h" #include "servers/visual_server.h" @@ -62,9 +59,6 @@ public: List<String> args; MainLoop *main_loop; - PhysicsServer *physics_server; - Physics2DServer *physics_2d_server; - IP_Unix *ip_unix; AudioDriverCoreAudio audio_driver; |
