From 7efd7e19ed046a4a0c03077f27930291ba5b9725 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Jan 2011 22:31:06 +0000 Subject: (svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m]. --- src/group.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/group.h') diff --git a/src/group.h b/src/group.h index 1061b0e8e..46a12d9e2 100644 --- a/src/group.h +++ b/src/group.h @@ -67,14 +67,6 @@ static inline uint GetGroupArraySize() return num; } -/** - * Get the number of engines with EngineID id_e in the group with GroupID - * id_g - * @param company The company the group belongs to - * @param id_g The GroupID of the group used - * @param id_e The EngineID of the engine to count - * @return The number of engines with EngineID id_e in the group - */ uint GetGroupNumEngines(CompanyID company, GroupID id_g, EngineID id_e); static inline void IncreaseGroupNumVehicle(GroupID id_g) -- cgit v1.2.3-54-g00ecf