settings: remove unused method ToWatchContent
authormontellese <montellese@xbmc.org>
Thu, 4 Apr 2013 18:48:52 +0000 (20:48 +0200)
committermontellese <montellese@xbmc.org>
Thu, 4 Apr 2013 21:26:17 +0000 (23:26 +0200)
xbmc/settings/Settings.cpp

index 00419c4..0d2c196 100644 (file)
@@ -395,14 +395,6 @@ void CSettings::Clear()
     (*it)->Clear();
 }
 
-static CStdString ToWatchContent(const CStdString &content)
-{
-  if (content == "seasons" || content == "episodes")
-   return "tvshows";
-  else
-    return content;
-}
-
 bool CSettings::OnSettingsLoading()
 {
   CSingleLock lock(m_critical);