diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-04 02:18:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-04 02:18:38 -0400 |
commit | 762fcaf5dec6ab6de92cb2481ae0d1392bc3482a (patch) | |
tree | 8d7f82bb3f1605425973fbbac38ef148d97756fc /src | |
parent | b0129489ea99dbc383ac946ce79c0e8f94343c88 (diff) | |
parent | b4e050e6c43a56cf9570f9b054c38c149c87a4e9 (diff) |
Merge pull request #911 from lioncash/prototype
video_core: Remove unimplemented Start() function prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/video_core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h index 8707e98813..519b757f50 100644 --- a/src/video_core/video_core.h +++ b/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); |