TD: remove unused clearLineSets()

d2ce7f8145 ("TD: Remove calls to now-empty clearLineSets() method")
removed last calls to clearLineSets(), so remove it entirely.
This commit is contained in:
Ladislav Michl
2025-09-01 14:12:58 +02:00
parent 2006480ae8
commit 7f2ddc5ac1
2 changed files with 0 additions and 7 deletions

View File

@@ -228,12 +228,6 @@ void QGIFace::setOutline(const QPainterPath & path)
setPath(path);
}
/// remove the PAT hatch lines
void QGIFace::clearLineSets()
{
return;
}
/// add PAT hatch line set
void QGIFace::addLineSet(LineSet& ls)
{

View File

@@ -108,7 +108,6 @@ public:
//PAT fill parms & methods
void setLineWeight(double weight);
[[deprecated]] void clearLineSets();
void addLineSet(TechDraw::LineSet& ls);
void lineSetToFillItems(TechDraw::LineSet& ls);