From d52d0c0c7b34c0ac99535907816f8806c04c20b5 Mon Sep 17 00:00:00 2001 From: GetAway Date: Thu, 2 Dec 2021 21:33:07 +0100 Subject: [PATCH] movieplayer.cpp: remove unneeded HAVE_COOL_HARDWARE --- src/gui/movieplayer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index e74954537..fbd6c1bcb 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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)