mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 12:37:52 -05: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:
@ -21,7 +21,6 @@ public:
|
||||
~InstallDialog() override;
|
||||
|
||||
QStringList GetFiles() const;
|
||||
bool ShouldOverwriteFiles() const;
|
||||
int GetMinimumWidth() const;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user