]> git.sesse.net Git - kdenlive/blobdiff - src/projectsettings.cpp
Merge branch 'buildsystem' into next
[kdenlive] / src / projectsettings.cpp
index bce75275d7ac0f46bdaf6e359154124c8fd5e1c0..0504ba827552e0af64caa4553c26606a192fec7d 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) {