Removed unused variables.
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Aug 2018 23:49:56 +0000 (00:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Aug 2018 23:49:56 +0000 (00:49 +0100)
src/dcp.cc

index cb5677f9b1b06cd1d25b35c8d79e2443c2ee2445..523ec05387d6a11a6ce6d650fec3b78a6b06faa3 100644 (file)
@@ -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";