cleanup: remove unused variable
authorjmarshallnz <jmarshallnz@svn>
Fri, 17 Sep 2010 23:31:24 +0000 (23:31 +0000)
committerjmarshallnz <jmarshallnz@svn>
Fri, 17 Sep 2010 23:31:24 +0000 (23:31 +0000)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33946 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

xbmc/cores/dvdplayer/DVDPlayer.cpp

index 40c82b7..2c1e944 100644 (file)
@@ -103,7 +103,6 @@ SelectionStream& CSelectionStreams::Get(StreamType type, int index)
 bool CSelectionStreams::Get(StreamType type, CDemuxStream::EFlags flag, SelectionStream& out)
 {
   CSingleLock lock(m_section);
-  int count = -1;
   for(int i=0;i<(int)m_Streams.size();i++)
   {
     if(m_Streams[i].type != type)