mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08: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:
parent
2b863c9aa3
commit
e107870bc8
@ -21,7 +21,6 @@ public:
|
||||
~InstallDialog() override;
|
||||
|
||||
QStringList GetFiles() const;
|
||||
bool ShouldOverwriteFiles() const;
|
||||
int GetMinimumWidth() const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user