mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Remove Fixture:getNext, it was just for testing
--HG-- branch : box2d-update
This commit is contained in:
@@ -105,11 +105,6 @@ namespace box2d
|
||||
**/
|
||||
Body * getBody() const;
|
||||
|
||||
/**
|
||||
* Gets the next Fixture attached to the parent Body.
|
||||
**/
|
||||
Fixture * getNext() const;
|
||||
|
||||
/**
|
||||
* Sets the filter data. An integer array is used even though the
|
||||
* first two elements are unsigned shorts. The elements are:
|
||||
|
||||
Reference in New Issue
Block a user