summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdestoragedevice.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-08-10 11:16:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-08-10 11:16:49 +0900
commitde4f27a2eea6f7b8e723dc8966a34ce1de0952d0 (patch)
tree5f523092e771be83b87ed7700836063ec132f83a /tdecore/tdehw/tdestoragedevice.h
parenta2edae37ace5b2b9172721a8ca9f63b9b441aacf (diff)
downloadtdelibs-de4f27a2eea6f7b8e723dc8966a34ce1de0952d0.tar.gz
tdelibs-de4f27a2eea6f7b8e723dc8966a34ce1de0952d0.zip
tdehw lib: removed unused and seemingly unnecessary method in storage device.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/tdestoragedevice.h')
-rw-r--r--tdecore/tdehw/tdestoragedevice.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h
index 61ef6daad..0a8ef7283 100644
--- a/tdecore/tdehw/tdestoragedevice.h
+++ b/tdecore/tdehw/tdestoragedevice.h
@@ -350,13 +350,6 @@ class TDECORE_EXPORT TDEStorageDevice : public TDEGenericDevice
TQStringVariantMap ejectDrive();
/**
- * @param path Full path to arbitrary file or directory
- * @return TQString with type of file system containing the given file,
- * or TQString::null if file system type unknown
- */
- static TQString determineFileSystemType(TQString path);
-
- /**
* Set the unlock password to use in subsequent LUKS operations
* @see cryptClearOperationsUnlockPassword
*