Obsolete code is obsolete.

This commit is contained in:
Teo Mrnjavac 2015-07-13 15:28:24 +02:00
parent 38c8fc1efc
commit 521d3efb39
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ class LIBKPMCORE_EXPORT FileSystem
static QString nameForType(FileSystem::Type t);
static QList<FileSystem::Type> types();
static FileSystem::Type typeForName(const QString& s);
static FileSystem::Type defaultFileSystem(); /**< @return the default FileSystem type */
virtual bool canMount(const QString&) const { return false; } /**< @return true if this FileSystem can be mounted */
virtual bool canUnmount(const QString&) const { return false; } /**< @return true if this FileSystem can be unmounted */