summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdestoragedevice.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-02-25 18:44:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-02-25 18:44:37 +0900
commit706098c452fbe8a0626e46279e9f16b773679af7 (patch)
treefad7331a90320ca1c6547ef7a2639f6d7b44a40b /tdecore/tdehw/tdestoragedevice.h
parenta14adb9ab9c50cbcd95a2d2e3f42c41fecf73fb0 (diff)
downloadtdelibs-706098c452fbe8a0626e46279e9f16b773679af7.tar.gz
tdelibs-706098c452fbe8a0626e46279e9f16b773679af7.zip
Fixed FTBFS caused by libcryptsetup 2.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/tdestoragedevice.h')
-rw-r--r--tdecore/tdehw/tdestoragedevice.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h
index b5922eec9..78e215730 100644
--- a/tdecore/tdehw/tdestoragedevice.h
+++ b/tdecore/tdehw/tdestoragedevice.h
@@ -492,12 +492,6 @@ class TDECORE_EXPORT TDEStorageDevice : public TDEGenericDevice
void internalGetLUKSKeySlotStatus();
private:
- /**
- * @internal
- */
- static int cryptsetup_password_entry_callback(const char*, char *, size_t, void *);
-
- private:
TDEDiskDeviceType::TDEDiskDeviceType m_diskType;
TDEDiskDeviceStatus::TDEDiskDeviceStatus m_diskStatus;
TQString m_diskName;