mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
gui/movieplayer.cpp: remove absolute has_hdd variable
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
extern cVideo * videoDecoder;
|
||||
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */
|
||||
extern CInfoClock *InfoClock;
|
||||
extern bool has_hdd;
|
||||
|
||||
#define TIMESHIFT_SECONDS 3
|
||||
|
||||
@@ -356,7 +355,6 @@ bool CMoviePlayerGui::SelectFile()
|
||||
full_name = "";
|
||||
|
||||
printf("CMoviePlayerGui::SelectFile: isBookmark %d timeshift %d isMovieBrowser %d\n", isBookmark, timeshift, isMovieBrowser);
|
||||
if (has_hdd)
|
||||
wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
|
||||
|
||||
if (timeshift) {
|
||||
|
Reference in New Issue
Block a user