diff options
Diffstat (limited to 'servers/physics_2d/broad_phase_2d_sw.h')
-rw-r--r-- | servers/physics_2d/broad_phase_2d_sw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_2d/broad_phase_2d_sw.h b/servers/physics_2d/broad_phase_2d_sw.h index 5e42c72d83..e4444cd180 100644 --- a/servers/physics_2d/broad_phase_2d_sw.h +++ b/servers/physics_2d/broad_phase_2d_sw.h @@ -37,7 +37,6 @@ class CollisionObject2DSW; class BroadPhase2DSW { - public: typedef BroadPhase2DSW *(*CreateFunction)(); |