[TechDraw] Use inherited isShow

Remove uneeded redefinitions of inherited functions
This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-04 12:18:51 +02:00
committed by WandererFan
parent 17bcd06464
commit 3613d7069e
2 changed files with 0 additions and 6 deletions

View File

@@ -87,11 +87,6 @@ void ViewProviderViewClip::hide(void)
ViewProviderDrawingView::hide();
}
bool ViewProviderViewClip::isShow(void) const
{
return Visibility.getValue();
}
bool ViewProviderViewClip::canDelete(App::DocumentObject *obj) const
{
// deletions of Clip objects don't destroy anything

View File

@@ -50,7 +50,6 @@ public:
virtual void hide(void);
/// Show the object in the view
virtual void show(void);
virtual bool isShow(void) const;
std::vector<App::DocumentObject*> claimChildren(void) const;
virtual bool canDelete(App::DocumentObject* obj) const;