win32: simplify the clock selection on startup
All threads resolved!
All threads resolved!
Compare changes
- Steve Lhomme authored
Since vlc_threads_setup is only called once with the proper libvlc_int_t, we don't need a mechanism to check the first call, nor a special value to check if it's the first call or not.
+ 1
− 16
@@ -581,12 +581,7 @@ static vlc_tick_t mdate_wall (void)
@@ -641,7+636,7 @@
@@ -688,7+683,7 @@
@@ -716,7 +702,6 @@ void vlc_threads_setup(libvlc_int_t *vlc)