From 011e78e6ce52d771ae7661c4b42405e6922f50a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 22 Jan 2008 19:49:02 +0000 Subject: [PATCH] Remove forward declaration --- src/config/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/core.c b/src/config/core.c index 998777d065..8cb217139b 100644 --- a/src/config/core.c +++ b/src/config/core.c @@ -726,7 +726,6 @@ char *config_GetHomeDir( void ) * - on windows that's the App Data directory; * - on other OSes it's the same as the home directory. */ -char *config_GetUserDir( void ); char *config_GetUserDir( void ) { return GetDir( VLC_TRUE ); -- 2.39.2