Removed rogue declaration

This commit is contained in:
jonathan.r.paton@googlemail.com 2017-10-04 15:26:52 +01:00 committed by Lukas Dürrenberger
parent 950d10c49f
commit fdeb89a191

View file

@ -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
///