summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2020-09-23 13:20:10 -0400
committerGravatar Lioncash2020-09-23 13:20:12 -0400
commite107870bc831e251478e41dcd4d517aa5febd05d (patch)
tree171c8900c4a359205c0d661f3bea44eadb3ae532
parentMerge pull request #4698 from lioncash/optional-null (diff)
downloadyuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.gz
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.xz
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.zip
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.
Diffstat (limited to '')
-rw-r--r--src/yuzu/install_dialog.h1
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:
21 ~InstallDialog() override; 21 ~InstallDialog() override;
22 22
23 QStringList GetFiles() const; 23 QStringList GetFiles() const;
24 bool ShouldOverwriteFiles() const;
25 int GetMinimumWidth() const; 24 int GetMinimumWidth() const;
26 25
27private: 26private: