From ff3fb423ed1e60dc5124e1211613c56555b6cdce Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 6 Dec 2010 18:01:14 +0200 Subject: mingw32 build: fix two functions --- client/windows/red_window.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client/windows/red_window.cpp') diff --git a/client/windows/red_window.cpp b/client/windows/red_window.cpp index 6d8a70d8..56a757ba 100644 --- a/client/windows/red_window.cpp +++ b/client/windows/red_window.cpp @@ -80,11 +80,6 @@ static inline RedKey translate_key(int virtual_key, uint32_t scan, bool escape) } } -static int menu_cmd_to_app(WPARAM wparam) -{ - return 0; -} - static inline void send_filtered_keys(RedWindow* window) { KeysList::iterator iter; -- cgit