Commit 11164567 authored by Pierre Ynard's avatar Pierre Ynard

threads: remove unused fields in headers

They are an overlook from the removal of the thread serialization
parent 17eb17c5
......@@ -162,9 +162,6 @@ struct vlc_timer_t
HANDLE handle;
void (*func) (void *);
void *data;
unsigned overrun;
CRITICAL_SECTION serializer;
LONG volatile counter;
};
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment