[vlc-devel] commit: Cleanup ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Nov 7 00:27:58 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Nov 7 00:27:53 2009 +0100| [6194b345d263987552a9cfbaeb0b85f12fe03be2] | committer: Felix Paul Kühne
Cleanup
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6194b345d263987552a9cfbaeb0b85f12fe03be2
---
src/config/dirs_macos.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/config/dirs_macos.c b/src/config/dirs_macos.c
index 187948e..ce63003 100644
--- a/src/config/dirs_macos.c
+++ b/src/config/dirs_macos.c
@@ -45,7 +45,6 @@ const char *config_GetDataDir (void)
static char *config_GetHomeDir (void)
{
- /* 1/ Try $HOME */
const char *home = getenv ("HOME");
if (home == NULL)
@@ -53,11 +52,6 @@ static char *config_GetHomeDir (void)
return FromLocaleDup (home);
}
-/*
-static char *config_GetAppDir (void)
-{
- return config_GetUserDir (VLC_CONFIG_DIR);
-} */
char *config_GetUserDir (vlc_userdir_t type)
{
More information about the vlc-devel
mailing list