project: removed footage comparison code that had been stubbed anyway
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user