1
0
Fork 0

Platform/Win32/Win32Input.cpp: remove Win32InputMsgBuffer

This commit is contained in:
Henrik Hautakoski 2020-02-15 15:41:53 +01:00
parent eef2690ada
commit 92a561648e
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
2 changed files with 1 additions and 23 deletions

View file

@ -6,14 +6,6 @@
namespace sp {
Win32InputMsgBuffer Win32Input::inputMsgBuffer;
Win32InputMsgBuffer::Win32InputMsgBuffer() :
index (0),
enabled (false)
{
}
Keyboard* Win32Input::createKeyboard()
{
return new Win32Keyboard();