diff options
Diffstat (limited to 'servers/physics_3d/broad_phase_3d_sw.h')
-rw-r--r-- | servers/physics_3d/broad_phase_3d_sw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_3d/broad_phase_3d_sw.h b/servers/physics_3d/broad_phase_3d_sw.h index 5950489619..081e75810f 100644 --- a/servers/physics_3d/broad_phase_3d_sw.h +++ b/servers/physics_3d/broad_phase_3d_sw.h @@ -37,7 +37,6 @@ class CollisionObject3DSW; class BroadPhase3DSW { - public: typedef BroadPhase3DSW *(*CreateFunction)(); |