mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
movieplayer.cpp: remove unneeded HAVE_COOL_HARDWARE
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user