From 04320d26ebb8a9ea2cfba9a7b6ddec0920326233 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 9 Sep 2016 17:44:02 +0200 Subject: stream, demux, config: remove some dead/unneeded option-related code This has all been made unnecessary recently. The change not to copy the global option struct in particular can be made because now nothing accesses the global options anymore in the demux and stream layers. Some code that was accidentally added/changed in commit 5e30e7a0 is also removed, because it was simply committed accidentally, and was never used. --- demux/demux_edl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'demux') diff --git a/demux/demux_edl.c b/demux/demux_edl.c index f4968905bd..67a4290303 100644 --- a/demux/demux_edl.c +++ b/demux/demux_edl.c @@ -28,7 +28,6 @@ #include "demux.h" #include "timeline.h" #include "common/msg.h" -#include "common/global.h" #include "options/path.h" #include "misc/bstr.h" #include "common/common.h" -- cgit v1.2.3