[TechDraw] Use inherited unsetEdit

Remove uneeded redefinitions of inherited functions
This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-04 11:43:10 +02:00
committed by WandererFan
parent 23966513c7
commit fda3fd731f
22 changed files with 0 additions and 127 deletions

View File

@@ -103,16 +103,6 @@ bool ViewProviderBalloon::setEdit(int ModNum)
return true;
}
void ViewProviderBalloon::unsetEdit(int ModNum)
{
if (ModNum == ViewProvider::Default) {
Gui::Control().closeDialog();
}
else {
ViewProviderDrawingView::unsetEdit(ModNum);
}
}
void ViewProviderBalloon::updateData(const App::Property* p)
{
//Balloon handles X,Y updates differently that other QGIView