Updating
This commit is contained in:
@@ -107,7 +107,6 @@ GDIPoint &GDIPoint::operator-=(const GDIPoint &someGDIPoint)
|
||||
{
|
||||
x(x()-someGDIPoint.x());
|
||||
y(y()-someGDIPoint.y());
|
||||
return *this;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user