]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Use config_GetUserConfDir internally too
[vlc] / src / libvlc.h
index f2466d52a4d187ac864d9707de3d6288858da337..e4710ab16368ce279de8552a768b468d8f14fdc6 100644 (file)
@@ -211,7 +211,6 @@ typedef struct libvlc_priv_t
     /* Configuration */
     vlc_mutex_t        config_lock; ///< config file lock
     char *             psz_configfile;   ///< location of config file
-    char              *psz_configdir;    ///< user configuration directory
     char              *psz_datadir;      ///< user data directory
 
     /* There is no real reason to keep a list of items, but not to break