rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]

That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
This commit is contained in:
Colin Guthrie 2009-09-18 09:18:04 +01:00
parent 20641a1235
commit 4fbdd440fd

View file

@ -446,8 +446,6 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
pa_ioline_puts(c->ioline, hdrs);
pa_xfree(hdrs);
/* FIXME: this is broken, not necessarily all bytes are written */
return 0;
}