Commit 3f126864 authored by Gildas Bazin's avatar Gildas Bazin

* src/libvlc.c: oops, forgot to remove a debug message.
parent 215c1a85
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* libvlc.c: main libvlc source * libvlc.c: main libvlc source
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2002 VideoLAN * 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> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -467,9 +467,6 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] ) ...@@ -467,9 +467,6 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
config_PutInt( p_vlc, "network-channel", VLC_FALSE ); 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 * Initialize playlist and get commandline files
*/ */
......
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