Skip to content

Commit

Permalink
GUIBaseContainer: remove unneeded call from CGUIBaseContainer::Render…
Browse files Browse the repository at this point in the history
…() - we are calling it in CGUIBaseContainer::Process() earlier
  • Loading branch information
pieh committed Apr 5, 2013
1 parent 53d1878 commit 6be5d3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/guilib/GUIBaseContainer.cpp
Expand Up @@ -262,8 +262,6 @@ void CGUIBaseContainer::Render()
g_graphicsContext.RestoreClipRegion();
}

UpdatePageControl(offset);

CGUIControl::Render();
}

Expand Down

0 comments on commit 6be5d3d

Please sign in to comment.