From 5eb0ff8f094517ab6d82751288a69c8fcea74eb1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Aug 2018 00:49:56 +0100 Subject: Removed unused variables. --- src/dcp.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/dcp.cc b/src/dcp.cc index cb5677f9..523ec053 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -81,9 +81,6 @@ using namespace dcp; static string const assetmap_interop_ns = "http://www.digicine.com/PROTO-ASDCP-AM-20040311#"; static string const assetmap_smpte_ns = "http://www.smpte-ra.org/schemas/429-9/2007/AM"; -/* XXX: these can be removed when PKL is all in pkl.cc */ -static string const pkl_interop_ns = "http://www.digicine.com/PROTO-ASDCP-PKL-20040311#"; -static string const pkl_smpte_ns = "http://www.smpte-ra.org/schemas/429-8/2007/PKL"; static string const volindex_interop_ns = "http://www.digicine.com/PROTO-ASDCP-VL-20040311#"; static string const volindex_smpte_ns = "http://www.smpte-ra.org/schemas/429-9/2007/AM"; -- cgit v1.2.3