Core: Remove unused local typedef

Change-Id: I3042d7e9c36d16e4f8735b7bd12a7e05480a1582
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Orgad Shaneh
2014-05-03 21:32:28 +03:00
committed by Orgad Shaneh
parent 9d062c1fe1
commit 3000b3b956

View File

@@ -238,8 +238,6 @@ bool wizardLessThan(const IWizard *w1, const IWizard *w2)
void NewDialog::setWizards(QList<IWizard*> wizards)
{
typedef QMap<QString, QStandardItem *> CategoryItemMap;
qStableSort(wizards.begin(), wizards.end(), wizardLessThan);
m_model->clear();