diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 00242a09d..dd413589a 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -400,7 +400,7 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey) moviebrowser->setMode(MB_SHOW_RECORDS); //wakeup_hdd(g_settings.network_nfs_recordingdir.c_str()); } -#if 0 +#if HAVE_COOL_HARDWARE else if (actionKey == "ytplayback") { isMovieBrowser = true; moviebrowser->setMode(MB_SHOW_YT); @@ -732,7 +732,7 @@ bool CMoviePlayerGui::prepareFile(CFile *file) printf("CMoviePlayerGui::prepareFile: file %s start %d\n", file_name.c_str(), startposition); } } -#if 0 +#if HAVE_COOL_HARDWARE if (isYT) { file_name = file->Url; is_file_player = true; diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 393d572f3..4aa287de9 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -326,22 +326,6 @@ static SNeutrinoSettings::usermenu_t usermenu_default[] = { /************************************************************************************** * CNeutrinoApp - loadSetup, load the application-settings * **************************************************************************************/ -#if HAVE_TRIPLEDRAGON || HAVE_SPARK_HARDWARE || HAVE_GENERIC_HARDWARE -#define DEFAULT_X_START_SD 32 -#define DEFAULT_Y_START_SD 26 -#define DEFAULT_X_END_SD 694 -#define DEFAULT_Y_END_SD 570 -#else -#define DEFAULT_X_START_SD 60 -#define DEFAULT_Y_START_SD 20 -#define DEFAULT_X_END_SD 1220 -#define DEFAULT_Y_END_SD 560 -#endif - -#define DEFAULT_X_START_HD 40 //5 -#define DEFAULT_Y_START_HD 25 //5 -#define DEFAULT_X_END_HD 1235 //1275 -#define DEFAULT_Y_END_HD 690 //715 std::string ttx_font_file = "";