diff options
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r-- | Dalos/Dalos.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc index 673e7a4..1262d73 100644 --- a/Dalos/Dalos.cc +++ b/Dalos/Dalos.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Dalos.cc,v 1.23 2006-02-02 11:01:12 pixel Exp $ */ +/* $Id: Dalos.cc,v 1.24 2006-02-02 17:25:28 pixel Exp $ */ #include <SDL.h> #include <SDL_thread.h> @@ -116,7 +116,6 @@ static void lua_hook(lua_State * __L, lua_Debug * ar) { void start_lua() { Lua * L = new threaded_Lua(); bool use_builtin_cdtool = false; - int i; L->open_base(); L->open_math(); |