From d9bdc157b43ce412ad4689ee78b81068b1224d30 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 15 May 2016 12:35:32 +0200 Subject: remove ACCELITEM stuff from rsc Change-Id: I97dade0324edfb2d67ee33ef07498166b499c13c Reviewed-on: https://gerrit.libreoffice.org/25003 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/rc.h | 4 ---- include/tools/rcid.h | 1 - 2 files changed, 5 deletions(-) (limited to 'include/tools') diff --git a/include/tools/rc.h b/include/tools/rc.h index 1aed99554c59..97e17fb524d9 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -88,10 +88,6 @@ namespace o3tl { template<> struct typed_flags : is_typed_flags {}; } -// "AccelKey" resource options: -#define ACCELITEM_ACCEL 0x01 -#define ACCELITEM_KEY 0x02 - // For "Field" resources: enum class RscNumFormatterFlags { diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 122c48efb022..492e078b7a52 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -37,7 +37,6 @@ #define RSC_STRING (RSC_NOTYPE + 0x11) #define RSC_BITMAP (RSC_NOTYPE + 0x13) #define RSC_ACCEL (RSC_NOTYPE + 0x1a) -#define RSC_ACCELITEM (RSC_NOTYPE + 0x1b) // only used internally #define RSC_MENU (RSC_NOTYPE + 0x1c) #define RSC_MENUITEM (RSC_NOTYPE + 0x1d) // only used internally #define RSC_KEYCODE (RSC_NOTYPE + 0x1f) -- cgit