[TechDraw] Remove uneeded redefinitions of inherited functions
This commit is contained in:
committed by
WandererFan
parent
fd0109f564
commit
aed0346cdb
@@ -45,30 +45,6 @@ ViewProviderTile::~ViewProviderTile()
|
||||
{
|
||||
}
|
||||
|
||||
void ViewProviderTile::attach(App::DocumentObject *pcFeat)
|
||||
{
|
||||
// call parent attach method
|
||||
ViewProviderDocumentObject::attach(pcFeat);
|
||||
}
|
||||
|
||||
void ViewProviderTile::setDisplayMode(const char* ModeName)
|
||||
{
|
||||
ViewProviderDocumentObject::setDisplayMode(ModeName);
|
||||
}
|
||||
|
||||
std::vector<std::string> ViewProviderTile::getDisplayModes(void) const
|
||||
{
|
||||
// get the modes of the father
|
||||
std::vector<std::string> StrList = ViewProviderDocumentObject::getDisplayModes();
|
||||
|
||||
return StrList;
|
||||
}
|
||||
|
||||
void ViewProviderTile::updateData(const App::Property* prop)
|
||||
{
|
||||
ViewProviderDocumentObject::updateData(prop);
|
||||
}
|
||||
|
||||
//TechDraw::DrawTile* ViewProviderTile::getViewObject() const
|
||||
//{
|
||||
// return dynamic_cast<TechDraw::DrawTile*>(pcObject);
|
||||
|
||||
Reference in New Issue
Block a user