diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-03-07 11:33:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-03-07 11:47:32 +0100 |
commit | 4618de024845573e33324539a7b455cd274a5fc3 (patch) | |
tree | d088c12c655e129e96c3583e45626ba0a810636e /vcl/inc/unx | |
parent | 604bb64047a243a856ac42ea47786800901378ff (diff) |
Drop useless parameter
The parameter to PrintFontManager::countFontconfigFonts() was only
written to since babf6d5e53516e80e8e3f2485796ebfaeb20e9c1.
Change-Id: Ie206fdbd620f1cfc6402c1d02709c3b653140c85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131097
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/fontmanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index d16eb30fb185..40294209ba97 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -186,7 +186,7 @@ class VCL_PLUGIN_PUBLIC PrintFontManager called from <code>initialize()</code> */ static void initFontconfig(); - void countFontconfigFonts( std::unordered_map<OString, int>& o_rVisitedPaths ); + void countFontconfigFonts(); /* deinitialize fontconfig */ static void deinitFontconfig(); |