X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FInput.h;h=0895cb4b3f4fdec63af229f46d4cdeb65649f4ad;hb=cfdbe0ad0521045b27a60dbb1c963ea6dfdcda5a;hp=17f11b065b54e57aaef71e9185a85e52f96f0cf8;hpb=7a084f44a89054024b83299709c19a2f67fcaea9;p=lugaru.git diff --git a/Source/Input.h b/Source/Input.h index 17f11b0..0895cb4 100644 --- a/Source/Input.h +++ b/Source/Input.h @@ -38,7 +38,6 @@ class Input { static bool isKeyDown(int k); static bool isKeyPressed(int k); static const char* keyToChar(unsigned short which); - static void setKeyFor(Game* g); static unsigned short CharToKey(const char* which); static Boolean MouseClicked(); };