From: Pierre Ynard Date: Thu, 30 Jul 2009 20:21:12 +0000 (+0200) Subject: threads: remove unused fields in headers X-Git-Tag: 1.1.0-ff~4699 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=11164567ba4296ec4fc6f277b9c9a130e8914046;p=vlc threads: remove unused fields in headers They are an overlook from the removal of the thread serialization --- diff --git a/include/vlc_threads.h b/include/vlc_threads.h index d0d767ed02..7b7a5b7f74 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -162,9 +162,6 @@ struct vlc_timer_t HANDLE handle; void (*func) (void *); void *data; - unsigned overrun; - CRITICAL_SECTION serializer; - LONG volatile counter; }; #endif