remove unneeded boundingRect methods

This commit is contained in:
WandererFan
2016-07-22 09:49:31 -04:00
committed by wmayer
parent 14329d9458
commit ee318b6a2c
10 changed files with 5 additions and 24 deletions

View File

@@ -187,8 +187,3 @@ QGIView* QGIViewClip::getQGIVByName(std::string name) //should probably be meth
}
return 0;
}
QRectF QGIViewClip::boundingRect() const
{
return childrenBoundingRect();
}