From c962ad60091012e56cdbf58c6b416cfb154986a9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 May 2017 21:56:32 +0200 Subject: [PATCH] Update --- gfx/common/win32_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/common/win32_common.h b/gfx/common/win32_common.h index 0dfca29025..a5c8b1f722 100644 --- a/gfx/common/win32_common.h +++ b/gfx/common/win32_common.h @@ -43,9 +43,6 @@ extern bool g_inited; extern bool g_restore_desktop; extern ui_window_win32_t main_window; -LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message, - WPARAM wparam, LPARAM lparam); - void win32_monitor_get_info(void); void win32_monitor_info(void *data, void *hm_data, unsigned *mon_id);