diff --git a/src/fs/filesystem.h b/src/fs/filesystem.h index 859a84b..7f9ee81 100644 --- a/src/fs/filesystem.h +++ b/src/fs/filesystem.h @@ -141,7 +141,6 @@ class LIBKPMCORE_EXPORT FileSystem static QString nameForType(FileSystem::Type t); static QList 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 */