[TD]remove unused override methods

This commit is contained in:
wandererfan
2023-03-10 14:03:08 -05:00
committed by WandererFan
parent 3c31007e58
commit d0c5b7c045
10 changed files with 19 additions and 43 deletions

View File

@@ -41,9 +41,9 @@ ViewProviderViewClip::ViewProviderViewClip()
{
sPixmap = "actions/TechDraw_ClipGroup";
// Do not show in property editor
//DisplayMode.StatusBits.set(3, true);
DisplayMode.setStatus(App::Property::ReadOnly, true);
// Do not show in property editor why? wf WF: because DisplayMode applies only to coin and we
// don't use coin.
DisplayMode.setStatus(App::Property::Hidden, true);
}
ViewProviderViewClip::~ViewProviderViewClip()