diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-17 00:49:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-17 00:49:56 +0100 |
| commit | 5eb0ff8f094517ab6d82751288a69c8fcea74eb1 (patch) | |
| tree | 73ea27e66a07a30b68e4ebaf1094b6015e10b10d /src | |
| parent | 01e08cb5fef34a33524e404ae8e2ad7d029d0a22 (diff) | |
Removed unused variables.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.cc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"; |
