Goodbye forgotten debug. We won't miss you.

SVN revision: 38147
This commit is contained in:
Iván Briano 2008-12-14 19:26:41 +00:00
parent 81c3548670
commit c76c180b22
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ _ecore_x_event_handle_key_press(XEvent *xevent)
e->same_screen = xevent->xkey.same_screen;
e->root_win = xevent->xkey.root;
_ecore_x_event_last_time = e->time;
printf("ECORE_X KEY: %s %s\n", e->keyname, e->key_compose);
ecore_event_add(ECORE_X_EVENT_KEY_DOWN, e, _ecore_x_event_free_key_down, NULL);
free(buf);
}