git » fp-git.git » commit 01025a2

comented unused and conflictive sleep function

author ecalot
2005-02-05 05:46:23 UTC
committer ecalot
2005-02-05 05:46:23 UTC
parent a02b63f07ec9a7e37272bdb3ba56a0232a0fae4a

comented unused and conflictive sleep function

FP/src/ker/titles.c +2 -1

diff --git a/FP/src/ker/titles.c b/FP/src/ker/titles.c
index cc62934..bd50a4a 100644
--- a/FP/src/ker/titles.c
+++ b/FP/src/ker/titles.c
@@ -182,7 +182,7 @@ tMenuOption playAnimation(int id) {
 }
 
 /* Old source */
-
+#if 0
 tMenuOption sleep(int ticks) {
 	/* Wait ticks or a key is pressed if an action is thrown process it */
 	tKey key=inputCreateKey();
@@ -200,6 +200,7 @@ tMenuOption sleep(int ticks) {
 	}
 	return menuNone;
 }
+#endif
 
 tMenuOption showTitles() {
 /* Show the titles animation