summaryrefslogtreecommitdiffstats
path: root/servers/physics_server_2d_wrap_mt.h
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2023-12-28 10:18:05 +0100
committerPedro J. Estébanez <pedrojrulez@gmail.com>2023-12-28 10:18:05 +0100
commitc217041afd6df218d61c0a455a0adce8e875132e (patch)
treeb996b3c5e301a82982f56b47b85060ed592656f0 /servers/physics_server_2d_wrap_mt.h
parent13a0d6e9b253654f5cc2a44f3d0b3cae10440443 (diff)
downloadredot-engine-c217041afd6df218d61c0a455a0adce8e875132e.tar.gz
Remove traces of the extinct RID preallocate feature
Diffstat (limited to 'servers/physics_server_2d_wrap_mt.h')
-rw-r--r--servers/physics_server_2d_wrap_mt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_server_2d_wrap_mt.h b/servers/physics_server_2d_wrap_mt.h
index 0ae004da19..3bebe5df85 100644
--- a/servers/physics_server_2d_wrap_mt.h
+++ b/servers/physics_server_2d_wrap_mt.h
@@ -66,7 +66,6 @@ class PhysicsServer2DWrapMT : public PhysicsServer2D {
bool first_frame = true;
Mutex alloc_mutex;
- int pool_max_size = 0;
public:
#define ServerName PhysicsServer2D