Преглед на файлове

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 преди 5 години
родител
ревизия
e107870bc8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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: