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.
Lioncash 5 năm trước cách đây
mục cha
commit
e107870bc8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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: