get rid of empty destructor

This commit is contained in:
Jean-Francois Dockes 2016-05-11 12:17:51 +02:00
parent 7917afd78b
commit cb295b059e
2 changed files with 0 additions and 4 deletions

View File

@ -44,7 +44,6 @@ public:
setupUi(this); setupUi(this);
init(); init();
} }
~AdvSearch(){}
public slots: public slots:
virtual void delFiltypPB_clicked(); virtual void delFiltypPB_clicked();

View File

@ -683,9 +683,6 @@ void RclMain::fileExit()
prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex(); prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex();
} }
if (asearchform)
delete asearchform;
rwSettings(true); rwSettings(true);
// We should do the right thing and let exit() call all the // We should do the right thing and let exit() call all the