diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-17 15:42:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 08:02:38 +0100 |
commit | d681cca399947a0f1438d68850a8e61131e6e414 (patch) | |
tree | b2fcec6645cccf6d81e68e23a1be4dd3b6d2321c /vcl/inc | |
parent | 000db9b072a93884865937942ca82588be7f9919 (diff) |
loplugin:duplicate-defines
already defined in pivotrow_curs.h, so just delete this one
Change-Id: I1c60bef657a8312cad29ede09c4f6925f0f0e15c
Reviewed-on: https://gerrit.libreoffice.org/85340
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/x11_cursors/pivotrow_mask.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/x11_cursors/pivotrow_mask.h b/vcl/inc/unx/x11_cursors/pivotrow_mask.h index ccc4756b661d..ec9f7f2ba274 100644 --- a/vcl/inc/unx/x11_cursors/pivotrow_mask.h +++ b/vcl/inc/unx/x11_cursors/pivotrow_mask.h @@ -18,8 +18,6 @@ */ #define pivotrow_mask_width 32 #define pivotrow_mask_height 32 -#define pivotrow_curs_x_hot 8 -#define pivotrow_curs_y_hot 7 static unsigned char pivotrow_mask_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07, 0x00, |