diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 17:26:51 +0100 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2021-10-21 18:44:25 +0100 |
commit | 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 (patch) | |
tree | cf4fff3b872a69d2888b9b8be661b30635e1839c /servers/physics_server_3d_wrap_mt.h | |
parent | 8688b97dda57bec8083870a2e2c4c7ca9a021f46 (diff) | |
download | redot-engine-87a4ba492ee4f4a055dfff5afacf48dd4e62e839.tar.gz |
Remove unimplemented methods
Diffstat (limited to 'servers/physics_server_3d_wrap_mt.h')
-rw-r--r-- | servers/physics_server_3d_wrap_mt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/servers/physics_server_3d_wrap_mt.h b/servers/physics_server_3d_wrap_mt.h index bf936fd0fc..4c88ef2642 100644 --- a/servers/physics_server_3d_wrap_mt.h +++ b/servers/physics_server_3d_wrap_mt.h @@ -58,9 +58,7 @@ class PhysicsServer3DWrapMT : public PhysicsServer3D { bool create_thread = false; Semaphore step_sem; - int step_pending = 0; void thread_step(real_t p_delta); - void thread_flush(); void thread_exit(); |