This function is deprecated by eina_error.c

SVN revision: 35295
This commit is contained in:
Cedric BAIL 2008-08-01 14:21:43 +00:00
parent 83cd997720
commit e0d8b4e1c8
1 changed files with 0 additions and 11 deletions

View File

@ -33,14 +33,3 @@ EAPI const unsigned int eina_prime_table[] =
2053, 4093, 8191, 16381, 32771, 65537, 131071, 262147, 524287, 1048573,
2097143, 4194301, 8388617, 16777213
};
inline void eina_print_warning(const char *function, const char *sparam)
{
fprintf(stderr, "***** Developer Warning ***** :\n"
"\tThis program is calling:\n\n"
"\t%s();\n\n"
"\tWith the parameter:\n\n"
"\t%s\n\n"
"\tbeing NULL. Please fix your program.\n", function, sparam);
fflush(stderr);
}