TechDraw: Remove unused functions (#21483)
* removed unused functions remode update * removed unused function removed CreateTechDrawCommandsDims() clean code * removed unused function removed CreateTechDrawCommandsDims() clean code * TD: Restore CreateTechDrawCommandsDims() function --------- Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -48,7 +48,6 @@ void QGIViewSection::draw()
|
||||
|
||||
void QGIViewSection::drawSectionFace()
|
||||
{
|
||||
// Base::Console().message("QGIVS::drawSectionFace()\n");
|
||||
auto section( dynamic_cast<TechDraw::DrawViewSection *>(getViewObject()) );
|
||||
if (!section) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user