X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=e207c7586625dbb49595cb85d992284f157e3d72;hp=ddbe9d8bfb58550deb89cb771815362af7a1f78b;hb=74059884d079aa483b4fc30a122c484f992d9ddb;hpb=67d6243694e36deb43eb8bf246871d3e266b1cb2;ds=sidebyside diff --git a/audiod.c b/audiod.c index ddbe9d8b..e207c758 100644 --- a/audiod.c +++ b/audiod.c @@ -649,8 +649,6 @@ static void compute_time_diff(const struct timeval *status_time) const struct timeval max_deviation = {0, 500 * 1000}; const int time_smooth = 5; - if (!status_time) - return; sign = tv_diff(status_time, now, &diff); // PARA_NOTICE_LOG("%s: sign = %i, sa_time_diff_sign = %i\n", __func__, // sign, sa_time_diff_sign);