]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Remove p_playlist from p_libvlc
[vlc] / include / vlc_main.h
index b6c8b8c5949c8aab7f37c3381498a3633cac7f68..2168788368a5f57418be705b39b85c250cd488dc 100644 (file)
@@ -1,9 +1,8 @@
 /*****************************************************************************
  * main.h: access to all program variables
- * Declaration and extern access to global program object.
+ * Declaration and extern access to LibVLC instance object.
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001, 2002 the VideoLAN team
- * $Id$
+ * Copyright (C) 1999, 2000, 2001, 2002, 2008 the VideoLAN team
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -40,8 +39,6 @@ struct libvlc_int_t
     /* Global properties */
     char *                 psz_homedir;      ///< user's home directory
 
-    playlist_t            *p_playlist;       ///< playlist object
-
     global_stats_t       *p_stats;           ///< Global statistics