diff options
author | rubidium <rubidium@openttd.org> | 2009-09-13 17:47:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-13 17:47:07 +0000 |
commit | 17313b6e3f875055c148e3543eea9027e554ca70 (patch) | |
tree | ee1bbc7447553ce6f33025b58f091867bf099452 /src/core | |
parent | e4809052c33f1c090b70ec32953ca7592ec7735e (diff) | |
download | openttd-17313b6e3f875055c148e3543eea9027e554ca70.tar.xz |
(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/sort_func.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/sort_func.hpp b/src/core/sort_func.hpp index 3580d9e10..d3bb7202a 100644 --- a/src/core/sort_func.hpp +++ b/src/core/sort_func.hpp @@ -19,7 +19,6 @@ /** * Type safe qsort() * - * @todo replace the normal qsort with this one * @note Use this sort for irregular sorted data. * * @param base Pointer to the first element of the array to be sorted. |