changed: remove prototype for nonexistent methods
authorspiff <spiff@xbmc.org>
Sun, 15 May 2011 14:52:25 +0000 (16:52 +0200)
committerspiff <spiff@xbmc.org>
Sun, 15 May 2011 18:55:47 +0000 (20:55 +0200)
the implementations were removed with the XBMS removal, the prototypes
were left for some reason (probably a woopsie)

xbmc/FileItem.h
xbmc/utils/URIUtils.h

index 0015b60..506bf70 100644 (file)
@@ -118,7 +118,6 @@ public:
   bool IsHD() const;
   bool IsRemote() const;
   bool IsSmb() const;
-  bool IsXBMS() const;
   bool IsURL() const;
   bool IsDAAP() const;
   bool IsStack() const;
index 354fea0..f1f86c5 100644 (file)
@@ -81,7 +81,6 @@ public:
   static bool IsVideoDb(const CStdString& strFile);
   static bool IsVirtualPath(const CStdString& strFile);
   static bool IsVTP(const CStdString& strFile);
-  static bool IsXBMS(const CStdString& strFile);
   static bool IsZIP(const CStdString& strFile);
 
   static void AddSlashAtEnd(CStdString& strFolder);