massive sheep destruction reduced. thanks to Chad Kittel

SVN revision: 13926
This commit is contained in:
tsauerbeck 2005-03-26 23:40:30 +00:00 committed by tsauerbeck
parent 207ee341a7
commit 5c3f20dfeb
1 changed files with 0 additions and 1 deletions

View File

@ -461,7 +461,6 @@ extern "C" {
int ecore_sheap_change(Ecore_Sheap *heap, void *item, void *newval);
int ecore_sheap_set_compare(Ecore_Sheap *heap, Ecore_Compare_Cb compare);
void ecore_sheap_set_order(Ecore_Sheap *heap, char order);
void ecore_sheap_destroy(Ecore_Sheap *heap);
void ecore_sheap_sort(Ecore_Sheap *heap);
inline void *ecore_sheap_item(Ecore_Sheap *heap, int i);