]> git.sesse.net Git - vlc/commitdiff
threads: remove unused fields in headers
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 30 Jul 2009 20:21:12 +0000 (22:21 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 30 Jul 2009 20:21:12 +0000 (22:21 +0200)
They are an overlook from the removal of the thread serialization

include/vlc_threads.h

index d0d767ed026faa64b7fdfee57afab7b6bb04a9a8..7b7a5b7f74430bce9ffb4d4f08ca59698d66f9e7 100644 (file)
@@ -162,9 +162,6 @@ struct vlc_timer_t
     HANDLE handle;
     void (*func) (void *);
     void *data;
-    unsigned overrun;
-    CRITICAL_SECTION serializer;
-    LONG volatile counter;
 };
 
 #endif