removed a note which just served as a cheat sheet for me

This commit is contained in:
Christian Kroll 2011-03-07 01:33:28 +00:00
parent 8a23a3bc8d
commit f4c812bcf4
1 changed files with 0 additions and 7 deletions

View File

@ -43,13 +43,6 @@ enum tetris_input_command
TETRIS_INCMD_PAUSE, /**< pause the game */
TETRIS_INCMD_NONE /**< idle (must alway be the last one) */
};
/* R D L C
* RDLC 0 1 2 3
* DLCR -1 -1 -1 -1
* LCRD -2 -2 -2 -2
* CRDL -3 -3 -3 -3
*/
#ifdef NDEBUG
typedef uint8_t tetris_input_command_t;
#else