aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhaggi <sascha.woo@gmail.com>2014-07-14 18:20:04 +0200
committerxhaggi <sascha.woo@gmail.com>2014-07-14 18:20:04 +0200
commitb836492d93782cdaf4a39acd50198079c9d8ff1d (patch)
tree99b03c4be674c96da18f094350211b63b9f890fd
parent11beba9f17a1e1dc47eab80000c06a2a1307ba61 (diff)
[pvr] cleanup: removes forgotten commented code block
-rw-r--r--xbmc/pvr/windows/GUIWindowPVRGuide.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/xbmc/pvr/windows/GUIWindowPVRGuide.cpp b/xbmc/pvr/windows/GUIWindowPVRGuide.cpp
index 162213d9b4..f28eeba828 100644
--- a/xbmc/pvr/windows/GUIWindowPVRGuide.cpp
+++ b/xbmc/pvr/windows/GUIWindowPVRGuide.cpp
@@ -337,9 +337,6 @@ void CGUIWindowPVRGuide::UpdateViewTimeline()
SET_CONTROL_LABEL(CONTROL_LABEL_HEADER1, g_localizeStrings.Get(19032));
SET_CONTROL_LABEL(CONTROL_LABEL_HEADER2, GetGroup()->GroupName());
-// FIXPVR
-// if (bUpdateSelectedFile)
-// SelectPlayingFile();
m_viewControl.SetItems(*m_vecItems);
}