]> git.sesse.net Git - vlc/commitdiff
src/missing: remove no longer needed stubs since the internal API is gone
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 3 Mar 2014 17:11:08 +0000 (18:11 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 3 Mar 2014 17:11:08 +0000 (18:11 +0100)
src/missing.c

index 0583354bbf747e7d537c7085d756b98216adb5e3..071ce988b8e865866fe803f00f839566c3af74ce 100644 (file)
@@ -38,18 +38,6 @@ char *httpd_ClientIP (const httpd_client_t *cl, char *psz_ip, int *port)
     assert (0);
 }
 
-void httpd_ClientModeBidir (httpd_client_t *cl)
-{
-    (void) cl;
-    assert (0);
-}
-
-void httpd_ClientModeStream (httpd_client_t *cl)
-{
-    (void) cl;
-    assert (0);
-}
-
 httpd_file_sys_t *httpd_FileDelete (httpd_file_t *file)
 {
     (void) file;