]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
Remove libvlc->psz_homedir and use config_GetHomeDir() instead
[vlc] / src / libvlc-common.c
index 2811eb7b9e588083c3d8e02228f52409de9d0484..f5891ddcc22cdf1eef6b3fd6acf5d152fcfea46b 100644 (file)
@@ -295,7 +295,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     }
 
     /* Set the config file stuff */
-    p_libvlc->psz_homedir    = config_GetHomeDir();
     priv->psz_configfile = config_GetCustomConfigFile( p_libvlc );
 
     /* Check for plugins cache options */