termiointernals: don't use ecore_job_add in tests

This commit is contained in:
Boris Faure 2019-02-11 22:46:39 +01:00
parent 73f461e281
commit 07cd8089e0
1 changed files with 2 additions and 0 deletions

View File

@ -2071,7 +2071,9 @@ termio_internal_mouse_move(Termio *sd,
/* TODO: make the following useless */
if (sd->mouse_move_job)
ecore_job_del(sd->mouse_move_job);
#if !defined(ENABLE_TESTS)
sd->mouse_move_job = ecore_job_add(termio_smart_cb_mouse_move_job, sd);
#endif
}
static void