movieplayer.cpp: remove unneeded HAVE_COOL_HARDWARE

This commit is contained in:
GetAway
2021-12-02 21:33:07 +01:00
parent f0c63ca852
commit d52d0c0c7b

View File

@@ -802,12 +802,10 @@ bool CMoviePlayerGui::prepareFile(CFile *file)
printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition);
}
}
#if HAVE_COOL_HARDWARE
if (isYT) {
file_name = file->Url;
is_file_player = true;
}
#endif
fillPids();
}
if (file->getType() == CFile::FILE_ISO)