From f5b6710becd41b264c1ca16fcb0e7468ce13bd02 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2013 21:25:51 +0100 Subject: stream: remove stale MAX_STREAM_PROTOCOLS define --- stream/stream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream') 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, -- cgit v1.2.3