From 521d3efb39def378bb54e3149fc25642f6c67840 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 13 Jul 2015 15:28:24 +0200 Subject: [PATCH] Obsolete code is obsolete. --- src/fs/filesystem.h | 1 - 1 file changed, 1 deletion(-) 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 */