From c82fc11ba318e3680769a28f00149b0d58602616 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 28 Nov 2015 22:01:44 +0100 Subject: [PATCH] Get rid of now unused win32_video_get_ident --- gfx/common/win32_common.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gfx/common/win32_common.cpp b/gfx/common/win32_common.cpp index 6b0c433fd3..48df5a87d9 100644 --- a/gfx/common/win32_common.cpp +++ b/gfx/common/win32_common.cpp @@ -161,17 +161,6 @@ void win32_monitor_info(void *data, void *hm_data, unsigned *mon_id) GetMonitorInfo(*hm_to_use, (MONITORINFO*)mon); } -static const char *win32_video_get_ident(void) -{ -#ifdef HAVE_THREADS - settings_t *settings = config_get_ptr(); - - if (settings->video.threaded) - return rarch_threaded_video_get_ident(); -#endif - return video_driver_get_ident(); -} - static LRESULT CALLBACK WndProcCommon(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {