SVN revision: 34780
This commit is contained in:
Carsten Haitzler 2008-06-09 12:17:59 +00:00
parent 28bb3a6a08
commit 911cf92c04
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ ecore_job_init(void)
{
ecore_init();
ecore_event_job_type = ecore_event_type_new();
printf("ecore_event_job_type = %i\n", ecore_event_job_type);
_ecore_job_handler = ecore_event_handler_add(ecore_event_job_type, _ecore_job_event_handler, NULL);
}