diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-15 15:33:17 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-16 06:43:06 +0000 |
commit | b852642ecdcba105d14b1927309cfb176fb7d417 (patch) | |
tree | 6e1ce3e55661e74ee33106764359d38d86ee409f /include/tools | |
parent | ee6af9f72c298972d7f255aa92f365b33a9e53b2 (diff) |
remove unused RSC_SYSWINDOW and RSC_WORKWIN
Change-Id: I2c7db8a635c6770ff3221ee28b9349668d8d5881
Reviewed-on: https://gerrit.libreoffice.org/25004
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rcid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index c41a2f32483c..122c48efb022 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -45,8 +45,6 @@ #define RSC_IMAGELIST (RSC_NOTYPE + 0x24) #define RSC_WINDOW (RSC_NOTYPE + 0x35) -#define RSC_SYSWINDOW (RSC_NOTYPE + 0x36) -#define RSC_WORKWIN (RSC_NOTYPE + 0x37) #define RSC_CONTROL (RSC_NOTYPE + 0x44) #define RSC_BUTTON (RSC_NOTYPE + 0x45) |