summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 10:55:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 10:55:31 +0900
commit5efbce071a82162d4e4a2e959cd9ec4f43bbe83b (patch)
treeabe0adceddb5d5d7786a887ea4d2486a36bc1b0b /tdecore/tdehw
parent14573faf07515b472f86dff585bd8a14fa1f25d7 (diff)
downloadtdelibs-5efbce071a82162d4e4a2e959cd9ec4f43bbe83b.tar.gz
tdelibs-5efbce071a82162d4e4a2e959cd9ec4f43bbe83b.zip
tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw')
-rw-r--r--tdecore/tdehw/tdestoragedevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h
index a16bf978b..891b31573 100644
--- a/tdecore/tdehw/tdestoragedevice.h
+++ b/tdecore/tdehw/tdestoragedevice.h
@@ -108,7 +108,7 @@ enum TDEDiskDeviceStatus {
UsedByDevice = 0x00000010,
UsesDevice = 0x00000020,
ContainsFilesystem = 0x00000040,
- Hotpluggable KDE_DEPRECATED = 0x00000080 , //< @deprecated; use Removable instead
+ // Do not use 0x00000080, it was `Hotpluggable` up to the R14.1.x series
Hidden = 0x00000100,
Other = 0x80000000
};