From e107870bc831e251478e41dcd4d517aa5febd05d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 23 Sep 2020 13:20:10 -0400 Subject: [PATCH] install_dialog: Remove unused function prototype This function doesn't have an implementation, so it can be removed to prevent others from unintentionally using it. --- src/yuzu/install_dialog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yuzu/install_dialog.h b/src/yuzu/install_dialog.h index e4aba1b06f..4293b37228 100644 --- a/src/yuzu/install_dialog.h +++ b/src/yuzu/install_dialog.h @@ -21,7 +21,6 @@ public: ~InstallDialog() override; QStringList GetFiles() const; - bool ShouldOverwriteFiles() const; int GetMinimumWidth() const; private: