]> git.sesse.net Git - vlc/commitdiff
Remove forward declaration
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 22 Jan 2008 19:49:02 +0000 (19:49 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 22 Jan 2008 19:49:02 +0000 (19:49 +0000)
src/config/core.c

index 998777d065579df0b37d4288f47c92714f54eca6..8cb217139b145c5aee3503e604d1c7ceae747f07 100644 (file)
@@ -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 );