소스 검색

Qt: Remove orpahned function declaration

Yuri Kunde Schlesner 9 년 전
부모
커밋
c7c0219f8a
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/citra_qt/main.h

+ 0 - 6
src/citra_qt/main.h

@@ -73,12 +73,6 @@ private:
 
     void ConnectWidgetEvents();
 
-    /**
-     * Initializes the emulation system.
-     * @param system_mode The system mode with which to intialize the kernel.
-     * @returns Whether the system was properly initialized.
-     */
-    bool InitializeSystem(u32 system_mode);
     bool LoadROM(const QString& filename);
     void BootGame(const QString& filename);
     void ShutdownGame();