Explorar o código

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.
Lioncash %!s(int64=5) %!d(string=hai) anos
pai
achega
e107870bc8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/yuzu/install_dialog.h

+ 0 - 1
src/yuzu/install_dialog.h

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