removed: unused variable 'focusedsize' in GUIEPGGridContainer.cpp
authorvdrfan <vdrfan@xbmc.org>
Sat, 1 Jun 2013 11:27:21 +0000 (13:27 +0200)
committervdrfan <vdrfan@xbmc.org>
Sat, 1 Jun 2013 11:27:21 +0000 (13:27 +0200)
xbmc/epg/GUIEPGGridContainer.cpp

index 3243a40..60b1466 100644 (file)
@@ -462,7 +462,6 @@ void CGUIEPGGridContainer::RenderProgrammeGrid()
 
   float focusedPosX = 0;
   float focusedPosY = 0;
-  float focusedsize = 0;
   CGUIListItemPtr focusedItem;
   while (posB < endB && m_channelItems.size())
   {
@@ -507,7 +506,6 @@ void CGUIEPGGridContainer::RenderProgrammeGrid()
           focusedPosY = posA2;
         }
         focusedItem = item;
-        focusedsize = (m_orientation == VERTICAL ?  m_gridIndex[channel][block].width : m_gridIndex[channel][block].height);
       }
       else
       {