changeset 11:8a8da74530dd

deleted old commented code
author meillo@marmaro.de
date Sat, 09 Feb 2008 17:26:05 +0100
parents 0e15841ae111
children 8e34daa80f64
files actions.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/actions.c	Sat Feb 09 16:49:29 2008 +0100
+++ b/actions.c	Sat Feb 09 17:26:05 2008 +0100
@@ -72,11 +72,6 @@
 
 
 unsigned char action_input(struct Node* node) {
-	/*
-	unsigned char input = (unsigned char) getchar();
-	getchar();
-	*/
-
 	/* reads a number which is treated as ASCII value */
 	int input;
 	scanf("%d", &input);