2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

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.
This commit is contained in:
Lioncash 2020-09-23 13:20:10 -04:00
parent 2b863c9aa3
commit e107870bc8

View file

@ -21,7 +21,6 @@ public:
~InstallDialog() override;
QStringList GetFiles() const;
bool ShouldOverwriteFiles() const;
int GetMinimumWidth() const;
private: