]> git.sesse.net Git - vlc/blobdiff - include/vlc_main.h
Remove libvlc->psz_homedir and use config_GetHomeDir() instead
[vlc] / include / vlc_main.h
index f4162289c3f77195add798d0bae739fdb744b7e4..c67281f031ae84c82d5f6ba44ab49b84c7fdccc8 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>
  *
@@ -37,17 +36,9 @@ struct libvlc_int_t
 {
     VLC_COMMON_MEMBERS
 
-    /* Global properties */
-    char *                 psz_homedir;      ///< user's home directory
-    char *                 psz_configdir;    ///< user's configuration directory
-    char *                 psz_datadir;      ///< user's data directory
-    char *                 psz_cachedir;     ///< user's cache directory
-
-    playlist_t            *p_playlist;       ///< playlist object
-
+    /* FIXME: this is only used by the logger module! */
     global_stats_t       *p_stats;           ///< Global statistics
 
-
     /* Structure storing the action name / key associations */
     struct hotkey
     {