don't print constant data

SVN revision: 11823
This commit is contained in:
tsauerbeck 2004-10-10 10:00:51 +00:00 committed by tsauerbeck
parent da59ff6c92
commit 5b18584b96
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ list_head_move_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
static void
cb (void *data, Evas_Object *o, const char *sig, const char *src)
{
printf("CALLBACK for %p %p \"%s\" \"%s\"\n", data, o, sig, src);
printf("CALLBACK for \"%s\" \"%s\"\n", sig, src);
if (!strcmp(sig, "drag"))
{
double x, y;