summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-12 10:21:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-12 11:38:00 +0100
commitc3c008f3607e9bc488e406df9c747364f5fa72b2 (patch)
tree2a50d51d4783d00d5db78173a118e6ca99782837
parent4cc4df51d962a9631da282d18e59aada35788a72 (diff)
drop unused defines and enums
Change-Id: Ifc81443047380221a7329be5b6b094ee8bc76451
-rw-r--r--include/tools/rc.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index e213e6fe0801..00f324e0ef62 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -77,49 +77,6 @@ namespace o3tl {
template<> struct typed_flags<RscMenuItem> : is_typed_flags<RscMenuItem, 0xd6f> {};
}
-// For "Field" resources:
-
-enum class RscNumFormatterFlags {
- Min = 0x01,
- Max = 0x02,
- StrictFormat = 0x04,
- DecimalDigits = 0x10,
- Value = 0x20,
-};
-namespace o3tl {
- template<> struct typed_flags<RscNumFormatterFlags> : is_typed_flags<RscNumFormatterFlags, 0x37> {};
-}
-
-#define NUMERICFIELD_FIRST 0x01
-#define NUMERICFIELD_LAST 0x02
-#define NUMERICFIELD_SPINSIZE 0x04
-
-// For "ToolBoxItem" resources:
-enum class RscToolboxItemFlags {
- Id = 0x0001,
- Type = 0x0002,
- Status = 0x0004,
- HelpId = 0x0008,
- Text = 0x0010,
- Disable = 0x0100,
- Hide = 0x0400,
- Command = 0x0800
-};
-namespace o3tl {
- template<> struct typed_flags<RscToolboxItemFlags> : is_typed_flags<RscToolboxItemFlags, 0xd1f> {};
-}
-
-// For "ToolBox" resources:
-enum class RscToolboxFlags {
- ButtonType = 0x01,
- Align = 0x02,
- LineCount = 0x04,
- ItemList = 0x80
-};
-namespace o3tl {
- template<> struct typed_flags<RscToolboxFlags> : is_typed_flags<RscToolboxFlags, 0x87> {};
-}
-
// For "DockingWindow" resources:
#define RSC_DOCKINGWINDOW_XYMAPMODE 0x01
#define RSC_DOCKINGWINDOW_X 0x02