mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Remove some unused love.physics Body methods, and clean up a bit of code.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
public:
|
||||
|
||||
SharedString(const char *string, size_t len)
|
||||
: len(len)
|
||||
: len(len)
|
||||
{
|
||||
str = new char[len+1];
|
||||
memcpy(str, string, len);
|
||||
@@ -72,7 +72,7 @@ public:
|
||||
public:
|
||||
|
||||
SharedTable(std::vector<std::pair<Variant, Variant>> *table)
|
||||
: table(table)
|
||||
: table(table)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user