diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-18 15:39:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-18 17:53:43 +0100 |
commit | 7ea765fd2f9a357ffb95c4e5e7826426614d0670 (patch) | |
tree | c21b37a6cfa9244cfd7d243201feba024f6a2491 /chart2/inc/bitmaps.hlst | |
parent | 9ef696ff1594a2e3c6ef2185b27c8e67f6592b33 (diff) |
remove some unused defines
Change-Id: I4424329c1b803ccdd901f1428d332a6c56652100
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125479
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc/bitmaps.hlst')
-rw-r--r-- | chart2/inc/bitmaps.hlst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/inc/bitmaps.hlst b/chart2/inc/bitmaps.hlst index fee0c98ace1e..0f4512e8bc2c 100644 --- a/chart2/inc/bitmaps.hlst +++ b/chart2/inc/bitmaps.hlst @@ -129,7 +129,4 @@ inline constexpr OUStringLiteral BMP_REGRESSION_POWER = u"chart2/res/regpow.png" inline constexpr OUStringLiteral BMP_REGRESSION_POLYNOMIAL = u"chart2/res/regpoly.png"; inline constexpr OUStringLiteral BMP_REGRESSION_MOVING_AVERAGE = u"chart2/res/regavg.png"; -#define RID_SVXBMP_LAMP_ON "svx/res/lighton.png" -#define RID_SVXBMP_LAMP_OFF "svx/res/light.png" - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |