mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Remove unused methods
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4518 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -808,18 +808,6 @@ int ProjectView::cleanProject() {
|
||||
if (clean_tbt -> isChecked()) {
|
||||
project_->embeddedTitleBlockTemplatesCollection()->deleteUnusedTitleBlocKTemplates();
|
||||
}
|
||||
if (clean_elements -> isChecked()) {
|
||||
InteractiveMoveElementsHandler *handler = new InteractiveMoveElementsHandler(this);
|
||||
project_ -> cleanUnusedElements(handler);
|
||||
delete handler;
|
||||
++ clean_count;
|
||||
}
|
||||
if (clean_categories -> isChecked()) {
|
||||
InteractiveMoveElementsHandler *handler = new InteractiveMoveElementsHandler(this);
|
||||
project_ -> cleanEmptyCategories(handler);
|
||||
delete handler;
|
||||
++ clean_count;
|
||||
}
|
||||
}
|
||||
return(clean_count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user