summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-06 13:36:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-06 13:45:59 +0100
commitd999e48fda17c3525a0c3798d36e1a2102b6f297 (patch)
treef5789484733405935948add6127237f359ca5b99 /include/tools
parentdrop unused bmp format images (diff)
downloadcore-d999e48fda17c3525a0c3798d36e1a2102b6f297.tar.gz
core-d999e48fda17c3525a0c3798d36e1a2102b6f297.zip
drop unused RscImageListFlags::MaskColor
Change-Id: Idb34feecb710c1415cf8863717809927665cd31b
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/rc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index 396c8286987e..f37c5fee58e6 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -147,12 +147,11 @@ namespace o3tl {
// For "ImageList":
enum class RscImageListFlags {
- MaskColor = 0x04,
IdList = 0x08,
IdCount = 0x10
};
namespace o3tl {
- template<> struct typed_flags<RscImageListFlags> : is_typed_flags<RscImageListFlags, 0x1c> {};
+ template<> struct typed_flags<RscImageListFlags> : is_typed_flags<RscImageListFlags, 0x18> {};
}
// FIXME obsolete, should be removed by MM