diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-02 13:05:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-06 07:01:43 +0000 |
commit | 9f138ffe9da2f448a455f4b51facab82e5e243d7 (patch) | |
tree | 81fc077f4e2d09d0d4f30cc33abe850151401be6 /vcl/inc | |
parent | 0323253a7c67316cb96e4a64792ab4fe74aac1ca (diff) |
remove unused constants in HRC files
Change-Id: Ia034fb16ce75caeb69fd746d4a602cd5fcfef6d1
Reviewed-on: https://gerrit.libreoffice.org/25817
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/salids.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/win/salids.hrc b/vcl/inc/win/salids.hrc index e5a0e1835a56..0170b2127a61 100644 --- a/vcl/inc/win/salids.hrc +++ b/vcl/inc/win/salids.hrc @@ -22,9 +22,7 @@ // Cursor #define SAL_RESID_POINTER_NULL 10000 -#define SAL_RESID_POINTER_HSPLIT 10008 #define SAL_RESID_POINTER_VSPLIT 10009 -#define SAL_RESID_POINTER_HSIZEBAR 10010 #define SAL_RESID_POINTER_VSIZEBAR 10011 #define SAL_RESID_POINTER_MAGNIFY 10015 #define SAL_RESID_POINTER_FILL 10016 |