diff --git a/gameobject.h b/gameobject.h --- a/gameobject.h +++ b/gameobject.h @@ -88,8 +88,6 @@ typedef QList KBounceCollision; #define GAME_DELAY 16 -#define MS2TICKS( ms ) ((ms)/GAME_DELAY) -#define SOUND_DELAY MS2TICKS( 60 ) #endif //GAMEOBJECT_H