Commit 011e78e6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove forward declaration

parent 50f586a2
...@@ -726,7 +726,6 @@ char *config_GetHomeDir( void ) ...@@ -726,7 +726,6 @@ char *config_GetHomeDir( void )
* - on windows that's the App Data directory; * - on windows that's the App Data directory;
* - on other OSes it's the same as the home directory. * - on other OSes it's the same as the home directory.
*/ */
char *config_GetUserDir( void );
char *config_GetUserDir( void ) char *config_GetUserDir( void )
{ {
return GetDir( VLC_TRUE ); return GetDir( VLC_TRUE );
......
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