From 1c02c03e3204c3f2ec4e7018ed199cc28e667d04 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 6 Sep 2014 20:05:22 -0700 Subject: Dead code removal: video_core.cpp, load_symbol_map.cpp --- src/video_core/video_core.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/video_core/video_core.cpp') diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp index 9aaff491..c779771c 100644 --- a/src/video_core/video_core.cpp +++ b/src/video_core/video_core.cpp @@ -21,13 +21,6 @@ EmuWindow* g_emu_window = NULL; ///< Frontend emulator window RendererBase* g_renderer = NULL; ///< Renderer plugin int g_current_frame = 0; -/// Start the video core -void Start() { - if (g_emu_window == NULL) { - ERROR_LOG(VIDEO, "VideoCore::Start called without calling Init()!"); - } -} - /// Initialize the video core void Init(EmuWindow* emu_window) { g_emu_window = emu_window; -- cgit v1.2.3