diff --git a/src/SFML/Window/Win32/WindowImplWin32.hpp b/src/SFML/Window/Win32/WindowImplWin32.hpp index 6742f953..a5ae5e08 100755 --- a/src/SFML/Window/Win32/WindowImplWin32.hpp +++ b/src/SFML/Window/Win32/WindowImplWin32.hpp @@ -256,16 +256,6 @@ private: //////////////////////////////////////////////////////////// static Keyboard::Key virtualKeyCodeToSF(WPARAM key, LPARAM flags); - //////////////////////////////////////////////////////////// - /// \brief Convert win32 message flags to scancode - /// - /// \param lParam The message flags - /// - /// \return The scancode corresponding to the key - /// - //////////////////////////////////////////////////////////// - static Keyboard::Scancode convertToScancode(LPARAM flags); - //////////////////////////////////////////////////////////// /// \brief Function called whenever one of our windows receives a message ///