soundpong

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/soundpong
Log | Files | Refs

commit dfb69a23b4ca98f4e563f7bc4add9d1b739f7205
parent 55b1b20d200a9f01c8c41d8f28d1ddf2df390788
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Wed, 19 Jan 2022 15:25:08 -0600

remove unused macro

Diffstat:
Mmain.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/main.c b/main.c @@ -8,11 +8,6 @@ #define DROPRATE 2000 #define MINLENGTH 20 -#ifdef SDL_Log -#undef SDL_log -#define SDL_Log do {} while(0); -#endif - #define LOWEST 45 #define HIGHEST 100