From 1d55547adf37f94be3bec973b59067c474e9d439 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Jul 2014 19:02:33 +0200 Subject: stream: remove now unused STREAM_CTRL_GET_START_TIME demux_disc.c takes care of this now. --- stream/stream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index f2663f3435..344e8b55ef 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -81,7 +81,6 @@ enum stream_ctrl { STREAM_CTRL_GET_CACHE_IDLE, STREAM_CTRL_RESUME_CACHE, STREAM_CTRL_RECONNECT, - STREAM_CTRL_GET_START_TIME, STREAM_CTRL_GET_CHAPTER_TIME, STREAM_CTRL_GET_DVD_INFO, STREAM_CTRL_SET_CONTENTS, -- cgit v1.2.3