From c4c73b517945099659f8bc7f926fa0ef13b9a70d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 8 Sep 2006 02:13:54 +0000 Subject: [PATCH] remove transition --- stepmania/src/InputMapper.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/InputMapper.h b/stepmania/src/InputMapper.h index c74db550d8..68e329bb12 100644 --- a/stepmania/src/InputMapper.h +++ b/stepmania/src/InputMapper.h @@ -13,9 +13,6 @@ const int NUM_GAME_TO_DEVICE_SLOTS = 5; // five device inputs may map to one gam const int NUM_SHOWN_GAME_TO_DEVICE_SLOTS = 3; const int NUM_USER_GAME_TO_DEVICE_SLOTS = 2; -// transition: -#define IsButtonDown IsBeingPressed - class InputMapper { public: