From 6e3fdd4c44e1d42d206ec55188461fbf0afa4919 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 19 Feb 2001 15:35:10 +0000
Subject: [PATCH] Commented CclEachSecon, unused function.

---
 src/include/script.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/include/script.h b/src/include/script.h
index 12ad14292..857f04dc3 100644
--- a/src/include/script.h
+++ b/src/include/script.h
@@ -9,11 +9,10 @@
 //	   FreeCraft - A free fantasy real time strategy game engine
 //
 /**@name ccl.h		-	The clone configuration language headerfile. */
-/*
-**	(c) Copyright 1998-2000 by Lutz Sammer
-**
-**	$Id$
-*/
+//
+//	(c) Copyright 1998-2001 by Lutz Sammer
+//
+//	$Id$
 
 #ifndef __CCL_H__
 #define __CCL_H__
@@ -86,6 +85,8 @@
 
 extern LISP sym_t;
 
+//extern SCM CclEachSecond;		/// Scheme function called each second
+
 #endif	// USE_CCL2
 
 /*----------------------------------------------------------------------------
@@ -94,7 +95,6 @@ extern LISP sym_t;
 
 extern char* CclStartFile;		/// CCL start file
 extern int CclInConfigFile;		/// True while config file parsing
-extern SCM CclEachSecond;		/// Scheme function called each second
 
 /*----------------------------------------------------------------------------
 --	Functions