summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-19 21:25:51 +0100
committerwm4 <wm4@nowhere>2013-12-19 21:25:51 +0100
commitf5b6710becd41b264c1ca16fcb0e7468ce13bd02 (patch)
treec69b45933447c138a3cefbd59a825b2ae8d775fe
parent1fe39b75dba8223513712e4615254b3de37664e7 (diff)
downloadmpv-f5b6710becd41b264c1ca16fcb0e7468ce13bd02.tar.bz2
mpv-f5b6710becd41b264c1ca16fcb0e7468ce13bd02.tar.xz
stream: remove stale MAX_STREAM_PROTOCOLS define
-rw-r--r--stream/stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 34a7b30733..1a774c60fa 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -67,8 +67,6 @@ enum streamtype {
#define STREAM_ERROR 0
#define STREAM_OK 1
-#define MAX_STREAM_PROTOCOLS 20
-
enum stream_ctrl {
STREAM_CTRL_GET_TIME_LENGTH = 1,
STREAM_CTRL_SEEK_TO_CHAPTER,