sd/source/console/PresenterPaneBorderPainter.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 2eda9df904a878a1b0d25fc79e3e6d630af3f028 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Jul 28 12:04:52 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Tue Jul 29 09:55:14 2025 +0200 loplugin:unusedfields Change-Id: I96c296890deec1b4d8d0a9d7c4e16d245cb598b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188518 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sd/source/console/PresenterPaneBorderPainter.cxx b/sd/source/console/PresenterPaneBorderPainter.cxx index 697a0f78b033..0354277632f6 100644 --- a/sd/source/console/PresenterPaneBorderPainter.cxx +++ b/sd/source/console/PresenterPaneBorderPainter.cxx @@ -73,7 +73,6 @@ namespace { SharedBitmapDescriptor mpBottomLeft; SharedBitmapDescriptor mpBottom; SharedBitmapDescriptor mpBottomRight; - SharedBitmapDescriptor mpBottomCallout; SharedBitmapDescriptor mpEmpty; PresenterTheme::SharedFontDescriptor mpFont; sal_Int32 mnFontXOffset; @@ -616,7 +615,6 @@ RendererPaneStyle::RendererPaneStyle ( mpBottomLeft = GetBitmap(rpTheme, rsStyleName, u"BottomLeft"_ustr); mpBottom = GetBitmap(rpTheme, rsStyleName, u"Bottom"_ustr); mpBottomRight = GetBitmap(rpTheme, rsStyleName, u"BottomRight"_ustr); - mpBottomCallout = GetBitmap(rpTheme, rsStyleName, u"BottomCallout"_ustr); // Get font description. mpFont = rpTheme->GetFont(rsStyleName);