--- xvid.c 2002/03/08 02:44:33 1.1 +++ xvid.c 2002/03/16 15:52:50 1.2 @@ -76,8 +76,6 @@ // initialize the function pointers idct_int32_init(); - init_timer(); - fdct = fdct_int32; idct = idct_int32; @@ -196,8 +194,6 @@ // something clever has to be done for this init_param->core_build = 1000; - init_timer(); - return XVID_ERR_OK; }