소스 검색

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: