summaryrefslogtreecommitdiff
path: root/src/engine_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine_func.h')
-rw-r--r--src/engine_func.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine_func.h b/src/engine_func.h
index 2e68831ac..2e5049948 100644
--- a/src/engine_func.h
+++ b/src/engine_func.h
@@ -29,8 +29,4 @@ bool IsEngineBuildable(EngineID engine, VehicleType type, PlayerID player);
CargoID GetEngineCargoType(EngineID engine);
void SetCachedEngineCounts();
-typedef int CDECL EngList_SortTypeFunction(const void*, const void*); ///< argument type for EngList_Sort()
-void EngList_Sort(EngineList *el, EngList_SortTypeFunction compare); ///< qsort of the engine list
-void EngList_SortPartial(EngineList *el, EngList_SortTypeFunction compare, uint begin, uint num_items); ///< qsort of specified portion of the engine list
-
#endif /* ENGINE_H */