[vlc-devel] commit: threads: remove unused fields in headers (Pierre Ynard )

git version control git at videolan.org
Thu Jul 30 22:31:04 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Jul 30 22:21:12 2009 +0200| [11164567ba4296ec4fc6f277b9c9a130e8914046] | committer: Pierre Ynard 

threads: remove unused fields in headers

They are an overlook from the removal of the thread serialization

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11164567ba4296ec4fc6f277b9c9a130e8914046
---

 include/vlc_threads.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index d0d767e..7b7a5b7 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




More information about the vlc-devel mailing list