Browse Source

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.
nce_cpp
Lioncash 5 years ago
parent
commit
3fbbfd0561
  1. 1
      src/yuzu/install_dialog.h

1
src/yuzu/install_dialog.h

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

Loading…
Cancel
Save