util: Delete efree()

This commit is contained in:
Martin Duquesnoy
2008-11-30 03:19:09 +01:00
parent bacf2b194d
commit 62c353c0bc
6 changed files with 10 additions and 23 deletions

View File

@@ -48,18 +48,6 @@ emalloc(uint element, uint size)
return ret;
}
/** Free with a conditions
* \param ptr void pointer
*/
void
efree(void *ptr)
{
if(ptr)
free(ptr);
return;
}
/** Get a color with a string
* \param color Color string
* \return Color pixel