From 03edb52eee5a87af16161c23bdc6cde91a2e5b8b Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 25 Oct 2020 01:14:32 +0300 Subject: qt: Remove redundant BitcoinGUI::setTrayIconVisible The removed BitcoinGUI::setTrayIconVisible just duplicates QSystemTrayIcon::setVisible. --- src/qt/bitcoingui.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/qt/bitcoingui.h') diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 91c013fd11..1685554e44 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -317,9 +317,6 @@ public Q_SLOTS: /** Show progress dialog e.g. for verifychain */ void showProgress(const QString &title, int nProgress); - /** When showTrayIcon setting is changed in OptionsModel show or hide the icon accordingly. */ - void setTrayIconVisible(bool); - void showModalOverlay(); }; -- cgit v1.2.3