[vlc-commits] Win32: no need to initialize mdate() anymore
Rémi Denis-Courmont
git at videolan.org
Mon Oct 10 17:39:55 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 10 18:39:23 2011 +0300| [36e919f365a8eb0d9dcd7c846284149322b3cd07] | committer: Rémi Denis-Courmont
Win32: no need to initialize mdate() anymore
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36e919f365a8eb0d9dcd7c846284149322b3cd07
---
src/win32/specific.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index 006eb8d..abe76b4 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -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 ) )
{
More information about the vlc-commits
mailing list