From 5efbce071a82162d4e4a2e959cd9ec4f43bbe83b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 28 Dec 2023 10:55:31 +0900 Subject: [PATCH] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable Signed-off-by: Michele Calgaro --- tdecore/tdehw/tdestoragedevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };