]> git.sesse.net Git - vlc/blobdiff - modules/control/http/util.c
Remove unused parameter
[vlc] / modules / control / http / util.c
index c107d2e0d29c6c22bdffad8db7373e1b3c865054..19dd7b12b670d85545e153db48f0f05ac40d62d7 100644 (file)
@@ -864,7 +864,7 @@ input_item_t *MRLParse( intf_thread_t *p_intf, char *_psz,
 /**********************************************************************
  * RealPath: parse ../, ~ and path stuff
  **********************************************************************/
-char *RealPath( intf_thread_t *p_intf, const char *psz_src )
+char *RealPath( const char *psz_src )
 {
     char *psz_dir;
     char *p;