소스 검색

Merge pull request #911 from lioncash/prototype

video_core: Remove unimplemented Start() function prototype
bunnei 8 년 전
부모
커밋
762fcaf5de
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/video_core/video_core.h

+ 0 - 3
src/video_core/video_core.h

@@ -23,9 +23,6 @@ extern std::unique_ptr<RendererBase> g_renderer; ///< Renderer plugin
 // qt ui)
 extern std::atomic<bool> g_toggle_framelimit_enabled;
 
-/// Start the video core
-void Start();
-
 /// Initialize the video core
 bool Init(EmuWindow& emu_window);