Remove unused defines

SORT_MIN and SORT_MAX are not used in eina, and will result in errors if
used. eina_list_sort(list, EINA_SORT_MAX, ...) will not give the
expexted result.

SVN revision: 45222
This commit is contained in:
Sebastian Dransfeld 2010-01-16 13:54:38 +00:00
parent 60faf54233
commit a1270e5796
1 changed files with 0 additions and 3 deletions

View File

@ -250,9 +250,6 @@ typedef unsigned char Eina_Bool;
EAPI extern const unsigned int eina_prime_table[];
#define EINA_SORT_MIN 0
#define EINA_SORT_MAX 1
/**
* @typedef Eina_Compare_Cb
* Function used in functions using sorting. It compares @p data1 and