summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-17 00:49:56 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-17 00:49:56 +0100
commit5eb0ff8f094517ab6d82751288a69c8fcea74eb1 (patch)
tree73ea27e66a07a30b68e4ebaf1094b6015e10b10d /src
parent01e08cb5fef34a33524e404ae8e2ad7d029d0a22 (diff)
Removed unused variables.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.cc3
1 files changed, 0 insertions, 3 deletions
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";