AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
16:e8e96bf22df1
Parent:
14:e0bfee0a5e66
Child:
23:eb5a5da6e83f
--- a/games/Game.cpp	Sat May 23 17:55:38 2015 +0000
+++ b/games/Game.cpp	Sat May 23 18:36:54 2015 +0000
@@ -18,12 +18,6 @@
     return board;
 }
 
-uint32_t Game::keyEvent(uint32_t key){
-    // play key pressed sound ?
-    // do nothing by default
-    return 0;
-}
-
 void Game::init(){
     board->lcd->cls();
     board->lcd->printf("Starting game");