From fdeb89a19163765d2234ff67cea35999fb663195 Mon Sep 17 00:00:00 2001 From: "jonathan.r.paton@googlemail.com" Date: Wed, 4 Oct 2017 15:26:52 +0100 Subject: [PATCH] Removed rogue declaration --- src/SFML/Window/Win32/WindowImplWin32.hpp | 10 ---------- 1 file changed, 10 deletions(-) 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 ///