diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 14:35:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 15:06:41 +0100 |
commit | eac3793d4d92d75bffd9b282f75a9df20ec19299 (patch) | |
tree | 6611dc4a5d8b192dc41cdeb06fe6b47f26dd34f5 /include/tools | |
parent | d0e204942332cd825edc3a38ebf331c02fd4dcfe (diff) |
no FixedImage is loaded from .src anymore
Change-Id: I7c5acd18b14822d6344af3709c6d8cfb343104ef
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rc.h | 3 | ||||
-rw-r--r-- | include/tools/rcid.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h index 7eab5bf7c06e..5355e8f81cd9 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -48,9 +48,6 @@ namespace o3tl { template<> struct typed_flags<RscWindowFlags> : is_typed_flags<RscWindowFlags, 0x37F> {}; } -// For "FixedImage" resource: -#define RSC_FIXEDIMAGE_IMAGE 0x0001 - // For all menu resources: enum class RscMenu { Items = 0x01, diff --git a/include/tools/rcid.h b/include/tools/rcid.h index c88ee3c03b02..5c2ed2fffe50 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -55,8 +55,6 @@ #define RSC_TEXT (RSC_NOTYPE + 0x57) -#define RSC_FIXEDIMAGE (RSC_NOTYPE + 0x5a) - #define RSC_STRINGARRAY (RSC_NOTYPE + 0x79) // (RSC_NOTYPE + 0x200) - (RSC_NOTYPE + 0x300) reserved for Sfx |