summaryrefslogtreecommitdiff
path: root/include/tools/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/rc.h')
-rw-r--r--include/tools/rc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index 775903780f59..7eab5bf7c06e 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -77,16 +77,6 @@ namespace o3tl {
template<> struct typed_flags<RscMenuItem> : is_typed_flags<RscMenuItem, 0xd6f> {};
}
-// For "ImageButtons":
-enum class RscImageButtonFlags {
- Image = 0x01,
- Symbol = 0x02,
- State = 0x04
-};
-namespace o3tl {
- template<> struct typed_flags<RscImageButtonFlags> : is_typed_flags<RscImageButtonFlags, 0x07> {};
-}
-
// For "Image":
enum class RscImageFlags {
ImageBitmap = 0x01,