baum

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 diff
     1.1 --- a/actions.c	Sat Feb 09 16:49:29 2008 +0100
     1.2 +++ b/actions.c	Sat Feb 09 17:26:05 2008 +0100
     1.3 @@ -72,11 +72,6 @@
     1.4  
     1.5  
     1.6  unsigned char action_input(struct Node* node) {
     1.7 -	/*
     1.8 -	unsigned char input = (unsigned char) getchar();
     1.9 -	getchar();
    1.10 -	*/
    1.11 -
    1.12  	/* reads a number which is treated as ASCII value */
    1.13  	int input;
    1.14  	scanf("%d", &input);