summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-10-12 10:58:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-10-13 10:02:57 +0200
commitd28942e5b8f0c58a724e52133eb58b261949266e (patch)
tree1be2d67d5eed9aea979775864d216efed536164c /include
parentb45867766184ad1200df4183dab537fac9e83ea2 (diff)
drop newly unused StyleSettings::GetFontColor
Change-Id: Icd20283207e9ac0392d11d74553d7c607330dbe1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140895 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/settings.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 4926c4b4c509..9d865544bd51 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -546,9 +546,6 @@ public:
static bool GetDockingFloatsSupported();
- void SetFontColor( const Color& rColor );
- const Color& GetFontColor() const;
-
void SetToolbarIconSize( ToolbarIconSize nSize );
ToolbarIconSize GetToolbarIconSize() const;
Size GetToolbarIconSizePixel() const;