From f94ef0f1404b687bb9f15caa1b6ec56ea3ea5c33 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 Oct 2013 11:37:23 +0100 Subject: tidy --- software/pong3/pong3.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/software/pong3/pong3.c b/software/pong3/pong3.c index 4b9c229..59530cb 100644 --- a/software/pong3/pong3.c +++ b/software/pong3/pong3.c @@ -167,19 +167,6 @@ main (void) int i; printf ("Working...\n"); - msleep (500); - -#if 0 - while (1) - { - for (i = -10; i < 10; ++i) - { - show_score (i); - msleep (500); - } - - } -#endif srand (12392184); -- cgit v1.2.3