summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-09-23 19:20:10 +0200
committerLioncash <mathew1800@gmail.com>2020-09-23 19:20:12 +0200
commite107870bc831e251478e41dcd4d517aa5febd05d (patch)
tree171c8900c4a359205c0d661f3bea44eadb3ae532
parentMerge pull request #4698 from lioncash/optional-null (diff)
downloadyuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.gz
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.bz2
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.lz
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.xz
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.tar.zst
yuzu-e107870bc831e251478e41dcd4d517aa5febd05d.zip
-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:
~InstallDialog() override;
QStringList GetFiles() const;
- bool ShouldOverwriteFiles() const;
int GetMinimumWidth() const;
private: