Mercurial > mplayer.hg
changeset 30691:f73aca2453a3
Remove declarations of functions now already declared in stream.h
author | reimar |
---|---|
date | Thu, 25 Feb 2010 22:19:32 +0000 |
parents | d3bdd149294e |
children | 3774cf3c7df3 |
files | stream/cache2.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/cache2.c Thu Feb 25 22:06:05 2010 +0000 +++ b/stream/cache2.c Thu Feb 25 22:19:32 2010 +0000 @@ -58,9 +58,6 @@ #include "cache2.h" extern int use_gui; -int stream_fill_buffer(stream_t *s); -int stream_seek_long(stream_t *s,off_t pos); - typedef struct { // constats: unsigned char *buffer; // base pointer of the alllocated buffer memory