diff --git a/include/box2d/b2_body.h b/include/box2d/b2_body.h index f1038202b..ff4adec58 100644 --- a/include/box2d/b2_body.h +++ b/include/box2d/b2_body.h @@ -378,9 +378,6 @@ class B2_API b2Body /// Get the user data pointer that was provided in the body definition. b2BodyUserData& GetUserData(); - /// Set the user data. Use this to store your application specific data. - void SetUserData(void* data); - /// Get the parent world of this body. b2World* GetWorld(); const b2World* GetWorld() const;