summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-03 14:40:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-03 14:40:08 +0000
commitc7cdd996f584da802cea96513a2256aa556d3dce (patch)
treec5110313e7e10f249bec94ba314d794c649b8426 /stream/stream.c
parentff93cd656b417416914adc656d8f7ab028cd7472 (diff)
downloadmpv-c7cdd996f584da802cea96513a2256aa556d3dce.tar.bz2
mpv-c7cdd996f584da802cea96513a2256aa556d3dce.tar.xz
Remove commented-out #include of a non-existing file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 83cfdb02c8..d4abc69343 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -48,8 +48,6 @@
#include "cache2.h"
-//#include "vcd_read_bincue.h"
-
static int (*stream_check_interrupt_cb)(int time) = NULL;
extern const stream_info_t stream_info_vcd;