]> git.sesse.net Git - vlc/blobdiff - src/missing.c
Add image_Mime2Fourcc() function and use in image_ReadUrl()
[vlc] / src / missing.c
index 9b41d23a255c366f6b5170347ec1936f5eb13564..3e678cfe8408be258baf4973f58e1c985aee02b8 100644 (file)
@@ -81,7 +81,7 @@ httpd_handler_t *httpd_HandlerNew (httpd_host_t *host, const char *url,
                                    httpd_handler_callback_t cb,
                                    httpd_handler_sys_t *data)
 {
-    (void) host; (void) url; (void) content_type;
+    (void) host; (void) url;
     (void) login; (void) password; (void) acl;
     (void) cb; (void) data;
     assert (0);