aboutsummaryrefslogtreecommitdiff
path: root/src/qt/splashscreen.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-27 12:54:34 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-27 12:58:48 +0100
commit1b228497fa729c512a15bdfa80f61a610abfe8a5 (patch)
treeb606460c8d567f84367f0bf22c17690dd2fb49b7 /src/qt/splashscreen.h
parent10811afff40efed1fda7eecab89884eaadd7146c (diff)
downloadbitcoin-1b228497fa729c512a15bdfa80f61a610abfe8a5.tar.xz
qt: Drop no longer used `SplashScreen::finish()` slot
Diffstat (limited to 'src/qt/splashscreen.h')
-rw-r--r--src/qt/splashscreen.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/splashscreen.h b/src/qt/splashscreen.h
index c14fc521a7..0f7fb6bef8 100644
--- a/src/qt/splashscreen.h
+++ b/src/qt/splashscreen.h
@@ -37,9 +37,6 @@ protected:
void closeEvent(QCloseEvent *event) override;
public Q_SLOTS:
- /** Hide the splash screen window and schedule the splash screen object for deletion */
- void finish();
-
/** Show message and progress */
void showMessage(const QString &message, int alignment, const QColor &color);