[TechDraw] Remove uneeded redefinitions of inherited functions

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-04 03:00:08 +02:00
committed by WandererFan
parent fd0109f564
commit aed0346cdb
40 changed files with 0 additions and 426 deletions

View File

@@ -53,10 +53,7 @@ public:
App::PropertyBool KeepLabel;
virtual void attach(App::DocumentObject *) override;
virtual void setDisplayMode(const char* ModeName) override;
virtual bool useNewSelectionModel(void) const override {return false;}
/// returns a list of all possible modes
virtual std::vector<std::string> getDisplayModes(void) const override;
/// Hide the object in the view
virtual void hide(void) override;
/// Show the object in the view