]> git.sesse.net Git - kdenlive/blobdiff - src/projectsettings.cpp
Lower requirements to Qt 4.5 and KDE 4.3
[kdenlive] / src / projectsettings.cpp
index 08bda5a1872fec31286fbe5833ef17cd189492d9..270845f3c73d64b496e0755945892a420b827045 100644 (file)
@@ -298,9 +298,7 @@ void ProjectSettings::slotUpdateFiles(bool cacheOnly)
             usedSize += clip->fileSize();
         }
     }
-#if QT_VERSION >= 0x040500
     allFonts.removeDuplicates();
-#endif
     // Hide unused categories
     for (int i = 0; i < files_list->topLevelItemCount(); i++) {
         if (files_list->topLevelItem(i)->childCount() == 0) {