as a followup to fa7efc9390
, remove unneeded operator-= from box2d
This commit is contained in:
parent
27637494b1
commit
bba87fa6df
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ void export_envelope()
|
|||
.def(self == self) // __eq__
|
||||
.def(self != self) // __neq__
|
||||
.def(self + self) // __add__
|
||||
//.def(self - self) // __sub__
|
||||
.def(self * float()) // __mult__
|
||||
.def(float() * self)
|
||||
.def(self / float()) // __div__
|
||||
|
|
Loading…
Add table
Reference in a new issue