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:
mosfet80
2025-09-03 06:45:40 +02:00
committed by GitHub
parent eef738b312
commit 9c02cd0014
8 changed files with 5 additions and 260 deletions

View File

@@ -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;