diff options
author | Lioncash <mathew1800@gmail.com> | 2020-09-23 13:20:10 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-09-23 13:20:12 -0400 |
commit | e107870bc831e251478e41dcd4d517aa5febd05d (patch) | |
tree | 171c8900c4a359205c0d661f3bea44eadb3ae532 | |
parent | 2b863c9aa34e388f6c64665a2e7d8c808d598c26 (diff) |
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.
-rw-r--r-- | src/yuzu/install_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/install_dialog.h b/src/yuzu/install_dialog.h index e4aba1b06..4293b3722 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: |