X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c443296124e44dd6004dfec47c24be75b2d875d9..5d25c05039a7c6ebbddfe16d99234dc756e75356:/src/msw/window.cpp diff --git a/src/msw/window.cpp b/src/msw/window.cpp index e0ca05bd88..3f8c4085f7 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -129,10 +129,6 @@ wxWindow *wxFindWinFromHandle(WXHWND hWnd); // mouse clicks static void TranslateKbdEventToMouse(wxWindow *win, int *x, int *y, WPARAM *flags); -// get the current state of SHIFT/CTRL keys -inline bool wxIsShiftDown() { return (GetKeyState(VK_SHIFT) & 0x100) != 0; } -inline bool wxIsCtrlDown() { return (GetKeyState(VK_CONTROL) & 0x100) != 0; } - // --------------------------------------------------------------------------- // event tables // ---------------------------------------------------------------------------