(svn r3748) Remove bubblesort(), it's unused

This commit is contained in:
tron
2006-03-03 20:43:54 +00:00
parent 40fd4377b0
commit 7579d1faa9
2 changed files with 0 additions and 30 deletions

View File

@@ -263,6 +263,5 @@ int ttd_main(int argc, char* argv[]);
void DeterminePaths(void);
void bubblesort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *));
void CSleep(int milliseconds);
#endif /* FUNCTIONS_H */