Commit 6194b345 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Cleanup

parent 8828e4f3
...@@ -45,7 +45,6 @@ const char *config_GetDataDir (void) ...@@ -45,7 +45,6 @@ const char *config_GetDataDir (void)
static char *config_GetHomeDir (void) static char *config_GetHomeDir (void)
{ {
/* 1/ Try $HOME */
const char *home = getenv ("HOME"); const char *home = getenv ("HOME");
if (home == NULL) if (home == NULL)
...@@ -53,11 +52,6 @@ static char *config_GetHomeDir (void) ...@@ -53,11 +52,6 @@ static char *config_GetHomeDir (void)
return FromLocaleDup (home); return FromLocaleDup (home);
} }
/*
static char *config_GetAppDir (void)
{
return config_GetUserDir (VLC_CONFIG_DIR);
} */
char *config_GetUserDir (vlc_userdir_t type) char *config_GetUserDir (vlc_userdir_t type)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment