as a followup to fa7efc9390
, remove unneeded operator-= from box2d
This commit is contained in:
parent
64bc1ed36e
commit
6d1cd0aad9
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…
Reference in a new issue