]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
dvb: scanning ain't only -T, change dialog
[vlc] / include / vlc_threads.h
index 3b6c8383963d8be587f23f68ad2cd1c1f839e57c..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
@@ -259,7 +256,7 @@ struct vlc_cleanup_t
 };
 
 /* This macros opens a code block on purpose. This is needed for multiple
- * calls within a single function. This also prevent Win32 developpers from
+ * calls within a single function. This also prevent Win32 developers from
  * writing code that would break on POSIX (POSIX opens a block as well). */
 # define vlc_cleanup_push( routine, arg ) \
     do { \