[TechDraw] Remove uneeded redefinitions of inherited functions
This commit is contained in:
committed by
WandererFan
parent
42fbc0f58d
commit
23966513c7
@@ -51,17 +51,6 @@ ViewProviderProjGroupItem::~ViewProviderProjGroupItem()
|
||||
{
|
||||
}
|
||||
|
||||
void ViewProviderProjGroupItem::attach(App::DocumentObject *pcFeat)
|
||||
{
|
||||
// call parent attach method
|
||||
ViewProviderViewPart::attach(pcFeat);
|
||||
}
|
||||
|
||||
void ViewProviderProjGroupItem::setDisplayMode(const char* ModeName)
|
||||
{
|
||||
ViewProviderViewPart::setDisplayMode(ModeName);
|
||||
}
|
||||
|
||||
std::vector<std::string> ViewProviderProjGroupItem::getDisplayModes(void) const
|
||||
{
|
||||
// get the modes of the father
|
||||
|
||||
Reference in New Issue
Block a user