From 856157b6da0bd76cc2d4cf98b226ce14309ad33c Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 13 Sep 2008 15:49:29 +0000 Subject: (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file. --- src/engine_type.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine_type.h') diff --git a/src/engine_type.h b/src/engine_type.h index c9eb56a5e..5760d3ac6 100644 --- a/src/engine_type.h +++ b/src/engine_type.h @@ -15,7 +15,6 @@ #include "strings_type.h" typedef uint16 EngineID; -typedef uint16 EngineRenewID; struct Engine; -- cgit v1.2.3-54-g00ecf