diff options
-rw-r--r-- | xbmc/pvr/windows/GUIWindowPVRCommon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/pvr/windows/GUIWindowPVRCommon.cpp b/xbmc/pvr/windows/GUIWindowPVRCommon.cpp index 10f35d415f..758334b46d 100644 --- a/xbmc/pvr/windows/GUIWindowPVRCommon.cpp +++ b/xbmc/pvr/windows/GUIWindowPVRCommon.cpp @@ -821,8 +821,6 @@ void CGUIWindowPVRCommon::ShowEPGInfo(CFileItem *item) { pDlgInfo->SetProgInfo(tag); pDlgInfo->DoModal(); - - UpdateData(); } } delete tag; |