diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 01:21:31 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 01:21:31 +0100 |
commit | 7d030a145ee5e7f9aaf653fbb1d64a1518c13fb0 (patch) | |
tree | b9791082f8e6e2d02b5a68e29dd9d41219f6ffac /src | |
parent | 64596f317f7d03ed1f3e747cd2b0664b1d4f6535 (diff) | |
download | xine-lib-7d030a145ee5e7f9aaf653fbb1d64a1518c13fb0.tar.gz xine-lib-7d030a145ee5e7f9aaf653fbb1d64a1518c13fb0.tar.bz2 |
Remove attribute that is never used.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_http.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index f2e91c226..ef2606413 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -77,7 +77,6 @@ typedef struct { off_t contentlength; char buf[BUFSIZE]; - char proxybuf[BUFSIZE]; char preview[MAX_PREVIEW_SIZE]; off_t preview_size; |