project: removed footage comparison code that had been stubbed anyway

This commit is contained in:
itsmattkc
2021-04-11 18:52:12 +10:00
parent e89e348f6e
commit f9b60538fc
4 changed files with 10 additions and 117 deletions
+2 -2
View File
@@ -1504,8 +1504,8 @@ bool Core::ValidateFootageInLoadedProject(Project* project, const QString& proje
}
}
// Heuristically compare footage to file
if (Footage::CompareFootageToItsFilename(footage)) {
if (QFileInfo::exists(footage->filename())) {
// Assume valid
footage->SetValid();
} else {
footage_we_couldnt_validate.append(footage);