tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/251/head
Michele Calgaro 4 months ago
parent 14573faf07
commit 5efbce071a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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
};

Loading…
Cancel
Save