mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- avoid compiler warning
Conflicts: src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -5327,6 +5327,8 @@ void CNeutrinoApp::StopSubtitles(bool enable_glcd_mirroring)
|
||||
#ifdef ENABLE_GRAPHLCD
|
||||
if (enable_glcd_mirroring)
|
||||
nGLCD::MirrorOSD(g_settings.glcd_mirror_osd);
|
||||
#else
|
||||
(void) enable_glcd_mirroring; // avoid compiler warning
|
||||
#endif
|
||||
if (mode == NeutrinoModes::mode_webtv)
|
||||
CMoviePlayerGui::getInstance(true).clearSubtitle(true);
|
||||
|
Reference in New Issue
Block a user