summaryrefslogtreecommitdiffstats
path: root/software/pong3/pong3.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/pong3/pong3.c')
-rw-r--r--software/pong3/pong3.c13
1 files changed, 0 insertions, 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);