]> sjero.net Git - wget/blobdiff - src/convert.c
Remove unused arguments.
[wget] / src / convert.c
index 6cf6f2724d7a1ed89345cf2ee17422d093cb0b22..e1c58e9ae0f6c7a79ebf60c5d5ffcab0633ac79b 100644 (file)
@@ -870,7 +870,7 @@ register_delete_file (const char *file)
 /* Register that FILE is an HTML file that has been downloaded. */
 
 void
-register_html (const char *url, const char *file)
+register_html (const char *file)
 {
   if (!downloaded_html_set)
     downloaded_html_set = make_string_hash_table (0);
@@ -880,7 +880,7 @@ register_html (const char *url, const char *file)
 /* Register that FILE is a CSS file that has been downloaded. */
 
 void
-register_css (const char *url, const char *file)
+register_css (const char *file)
 {
   if (!downloaded_css_set)
     downloaded_css_set = make_string_hash_table (0);