]> git.sesse.net Git - vlc/commitdiff
Win32: no need to initialize mdate() anymore
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Oct 2011 15:39:23 +0000 (18:39 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Oct 2011 15:39:46 +0000 (18:39 +0300)
src/win32/specific.c

index 006eb8d574bfbd775c65f8b5c55e006825cf37c3..abe76b478a3ce6c4f8425dc6bb984c8aa88827dc 100644 (file)
@@ -88,9 +88,6 @@ void system_Init( void )
     timeBeginPeriod(5);
 #endif
 
-    /* Call mdate() once to make sure it is initialized properly */
-    mdate();
-
     /* WinSock Library Init. */
     if( !WSAStartup( MAKEWORD( 2, 2 ), &Data ) )
     {