From 6be5d3d3889c89d1d91655891fffe0119a032a49 Mon Sep 17 00:00:00 2001 From: pieh Date: Tue, 2 Apr 2013 12:12:48 +0200 Subject: [PATCH] GUIBaseContainer: remove unneeded call from CGUIBaseContainer::Render() - we are calling it in CGUIBaseContainer::Process() earlier --- xbmc/guilib/GUIBaseContainer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/xbmc/guilib/GUIBaseContainer.cpp b/xbmc/guilib/GUIBaseContainer.cpp index d48d175981d62..fa8a95145cda4 100644 --- a/xbmc/guilib/GUIBaseContainer.cpp +++ b/xbmc/guilib/GUIBaseContainer.cpp @@ -262,8 +262,6 @@ void CGUIBaseContainer::Render() g_graphicsContext.RestoreClipRegion(); } - UpdatePageControl(offset); - CGUIControl::Render(); }