Skip to content

Commit

Permalink
fixed, compiler warning. pos is never used
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Nov 1, 2013
1 parent 01efb39 commit 752cb79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/guilib/GUIListGroup.cpp
Expand Up @@ -63,7 +63,6 @@ void CGUIListGroup::AddControl(CGUIControl *control, int position /*= -1*/)


void CGUIListGroup::Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) void CGUIListGroup::Process(unsigned int currentTime, CDirtyRegionList &dirtyregions)
{ {
CPoint pos(GetPosition());
g_graphicsContext.SetOrigin(m_posX, m_posY); g_graphicsContext.SetOrigin(m_posX, m_posY);


CRect rect; CRect rect;
Expand Down

0 comments on commit 752cb79

Please sign in to comment.