]> git.sesse.net Git - vlc/commitdiff
* src/libvlc.c: oops, forgot to remove a debug message.
authorGildas Bazin <gbazin@videolan.org>
Sat, 14 Dec 2002 19:43:25 +0000 (19:43 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 14 Dec 2002 19:43:25 +0000 (19:43 +0000)
src/libvlc.c

index f4c34f2ecf27005919dec81d4db49d2c61ac563f..4fa06feb26340a458d529c16cb2c84ef9f6d980f 100644 (file)
@@ -2,7 +2,7 @@
  * libvlc.c: main libvlc source
  *****************************************************************************
  * Copyright (C) 1998-2002 VideoLAN
- * $Id: libvlc.c,v 1.52 2002/12/14 19:34:06 gbazin Exp $
+ * $Id: libvlc.c,v 1.53 2002/12/14 19:43:25 gbazin Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -467,9 +467,6 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
         config_PutInt( p_vlc, "network-channel", VLC_FALSE );
     }
 
-    msg_Err( p_vlc, "SIZEOF: %i", sizeof(vlc_list_t) );
-    msg_Err( p_vlc, "SIZEOF: %i", sizeof(vlc_value_t) );
-
     /*
      * Initialize playlist and get commandline files
      */