diff options
Diffstat (limited to 'xbmc/filesystem/FileCache.h')
-rw-r--r-- | xbmc/filesystem/FileCache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/filesystem/FileCache.h b/xbmc/filesystem/FileCache.h index 8e00e7cf2f..b928a75393 100644 --- a/xbmc/filesystem/FileCache.h +++ b/xbmc/filesystem/FileCache.h @@ -55,7 +55,6 @@ namespace XFILE virtual int64_t GetPosition(); virtual int64_t GetLength(); - virtual ICacheInterface* GetCache(); IFile *GetFileImp(); virtual CStdString GetContent(); |