remove two superfluous lines

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1154 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-07-26 22:39:56 +00:00
parent 0d7be3148e
commit 358e577403

View file

@ -769,9 +769,6 @@ static int dispatch_timeout(pa_mainloop *m) {
/* Disable time event */
mainloop_time_restart(e, NULL);
if (m->cached_next_time_event == e)
m->cached_next_time_event = NULL;
e->callback(&m->api, e, &e->timeval, e->userdata);
r++;