Skip to content
Snippets Groups Projects
Commit b4e050e6 authored by Lioncash's avatar Lioncash
Browse files

video_core: Remove unimplemented Start() function prototype

Given this has no definition, we can just remove it entirely.
parent c1d54f4a
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,6 @@ extern std::unique_ptr<RendererBase> g_renderer; ///< Renderer plugin ...@@ -23,9 +23,6 @@ extern std::unique_ptr<RendererBase> g_renderer; ///< Renderer plugin
// qt ui) // qt ui)
extern std::atomic<bool> g_toggle_framelimit_enabled; extern std::atomic<bool> g_toggle_framelimit_enabled;
/// Start the video core
void Start();
/// Initialize the video core /// Initialize the video core
bool Init(EmuWindow& emu_window); bool Init(EmuWindow& emu_window);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment