mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-16 16:57:00 +02: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
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ public:
|
||||||
~InstallDialog() override;
|
~InstallDialog() override;
|
||||||
|
|
||||||
QStringList GetFiles() const;
|
QStringList GetFiles() const;
|
||||||
bool ShouldOverwriteFiles() const;
|
|
||||||
int GetMinimumWidth() const;
|
int GetMinimumWidth() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue