aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2018-07-09 09:33:57 +0800
committerfanquake <fanquake@gmail.com>2018-07-25 07:30:28 +0800
commit68c272527f8eb9cc8e7699bbb8956512e5b2e42d (patch)
treeee2ac8cefd70c372150fe8c978b0e0814d25f4cb /src/qt/guiutil.h
parent6c6dbd8af5a348bd2d9d14aa8f48f512e418eae6 (diff)
downloadbitcoin-68c272527f8eb9cc8e7699bbb8956512e5b2e42d.tar.xz
gui: remove SubstituteFonts
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r--src/qt/guiutil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h
index e965a91d18..651b96e3f8 100644
--- a/src/qt/guiutil.h
+++ b/src/qt/guiutil.h
@@ -120,9 +120,6 @@ namespace GUIUtil
// Open the config file
bool openBitcoinConf();
- // Replace invalid default fonts with known good ones
- void SubstituteFonts(const QString& language);
-
/** Qt event filter that intercepts ToolTipChange events, and replaces the tooltip with a rich text
representation if needed. This assures that Qt can word-wrap long tooltip messages.
Tooltips longer than the provided size threshold (in characters) are wrapped.