summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 18:01:14 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:13:02 +0200
commitff3fb423ed1e60dc5124e1211613c56555b6cdce (patch)
treefb37c93560e17392575382009aa55bd6d6f56d25 /client/windows
parent8bea5d6b5a8ce4fa11363ced501f7607ad12b8ba (diff)
downloadspice-ff3fb423ed1e60dc5124e1211613c56555b6cdce.tar.gz
spice-ff3fb423ed1e60dc5124e1211613c56555b6cdce.tar.xz
spice-ff3fb423ed1e60dc5124e1211613c56555b6cdce.zip
mingw32 build: fix two functions
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/red_window.cpp5
1 files changed, 0 insertions, 5 deletions
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;