diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 66fa62dfdd..7a7316e00d 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -474,7 +474,6 @@ static void checkHighScore(void) static void chopKillPlayer(void) { int w, i, button; - char text[25]; for (i = 0; i < NUMBER_OF_PARTICLES; i++) { mParticles[i].bIsActive = 0;