mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
gui/upnpbrowser: leave infoclock alone
This commit is contained in:
@@ -51,7 +51,6 @@
|
|||||||
|
|
||||||
#include <gui/audiomute.h>
|
#include <gui/audiomute.h>
|
||||||
#include <gui/color.h>
|
#include <gui/color.h>
|
||||||
#include <gui/infoclock.h>
|
|
||||||
#include <gui/movieplayer.h>
|
#include <gui/movieplayer.h>
|
||||||
|
|
||||||
#include <gui/components/cc.h>
|
#include <gui/components/cc.h>
|
||||||
@@ -67,7 +66,6 @@
|
|||||||
|
|
||||||
extern cVideo * videoDecoder;
|
extern cVideo * videoDecoder;
|
||||||
extern CPictureViewer * g_PicViewer;
|
extern CPictureViewer * g_PicViewer;
|
||||||
extern CInfoClock *InfoClock;
|
|
||||||
|
|
||||||
const struct button_label RescanButton = {NEUTRINO_ICON_BUTTON_BLUE , LOCALE_UPNPBROWSER_RESCAN};
|
const struct button_label RescanButton = {NEUTRINO_ICON_BUTTON_BLUE , LOCALE_UPNPBROWSER_RESCAN};
|
||||||
const struct button_label BrowseButtons[4] =
|
const struct button_label BrowseButtons[4] =
|
||||||
@@ -454,9 +452,6 @@ void CUpnpBrowserGui::selectDevice()
|
|||||||
if (!discoverDevices())
|
if (!discoverDevices())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
CAudioMute::getInstance()->enableMuteIcon(false);
|
|
||||||
InfoClock->enableInfoClock(false);
|
|
||||||
|
|
||||||
while (loop)
|
while (loop)
|
||||||
{
|
{
|
||||||
if (refresh)
|
if (refresh)
|
||||||
@@ -545,7 +540,6 @@ printf("msg: %x\n", (int) msg);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
CAudioMute::getInstance()->enableMuteIcon(true);
|
CAudioMute::getInstance()->enableMuteIcon(true);
|
||||||
InfoClock->enableInfoClock(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CUpnpBrowserGui::playnext(void)
|
void CUpnpBrowserGui::playnext(void)
|
||||||
|
Reference in New Issue
Block a user