]> 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 58dcc8e043cedc41887517b0cf8106f7978658c4..c67281f031ae84c82d5f6ba44ab49b84c7fdccc8 100644 (file)
@@ -36,12 +36,9 @@ struct libvlc_int_t
 {
     VLC_COMMON_MEMBERS
 
-    /* Global properties */
-    const char *          psz_homedir;      ///< user's home directory
-
+    /* 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
     {