X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5048c832bb3c2f41ecd29ac079d74e39e304aec8..430ff602284deeeca03259b9b21d53d26c4a64a9:/src/common/wincmn.cpp diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 06582f8f98..61402fabf0 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -2107,18 +2107,23 @@ void wxWindowBase::ReleaseMouse() } #if wxUSE_HOTKEY -bool wxWindowBase::RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode) + +bool +wxWindowBase::RegisterHotKey(int WXUNUSED(hotkeyId), + int WXUNUSED(modifiers), + int WXUNUSED(keycode)) { // not implemented return false; } -bool wxWindowBase::UnregisterHotKey(int hotkeyId) +bool wxWindowBase::UnregisterHotKey(int WXUNUSED(hotkeyId)) { // not implemented return false; } -#endif + +#endif // wxUSE_HOTKEY void wxWindowBase::SendDestroyEvent() {