[vlc-commits] src/missing: remove no longer needed stubs since the internal API is gone
Felix Paul Kühne
git at videolan.org
Mon Mar 3 18:20:20 CET 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Mar 3 18:11:08 2014 +0100| [af2991d527e44edfdec64fb99ceea73f33ff56eb] | committer: Felix Paul Kühne
src/missing: remove no longer needed stubs since the internal API is gone
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af2991d527e44edfdec64fb99ceea73f33ff56eb
---
src/missing.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/src/missing.c b/src/missing.c
index 0583354..071ce98 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -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;
More information about the vlc-commits
mailing list