gui/movieplayer.cpp: remove absolute has_hdd variable

Origin commit data
------------------
Commit: 16fa40818f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-12 (Wed, 12 Feb 2014)
This commit is contained in:
[CST] Focus
2014-02-12 16:30:41 +04:00
parent 0cec69fb19
commit 993a18f71d

View File

@@ -66,7 +66,6 @@
extern cVideo * videoDecoder; extern cVideo * videoDecoder;
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */ extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */
extern CInfoClock *InfoClock; extern CInfoClock *InfoClock;
extern bool has_hdd;
#define TIMESHIFT_SECONDS 3 #define TIMESHIFT_SECONDS 3
@@ -356,8 +355,7 @@ bool CMoviePlayerGui::SelectFile()
full_name = ""; full_name = "";
printf("CMoviePlayerGui::SelectFile: isBookmark %d timeshift %d isMovieBrowser %d\n", isBookmark, timeshift, isMovieBrowser); 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) { if (timeshift) {
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID(); t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();