gui/movieplayer.cpp: remove absolute has_hdd variable

This commit is contained in:
[CST] Focus
2014-02-12 16:30:41 +04:00
parent 10eb8869d6
commit 16fa40818f

View File

@@ -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,8 +355,7 @@ 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());
wakeup_hdd(g_settings.network_nfs_recordingdir.c_str());
if (timeshift) {
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();