summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-11 20:43:58 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-11 21:03:32 +0200
commita98f6e4f84d02b87ba05cecfcc3005858f274afa (patch)
tree5b244f709c400cf2fff25f7af7b4f9c158bc8f2c /src/lib/dcp_content.cc
parent6157596fabb32c0f915525e4d05130652c1cd751 (diff)
Cleanup: use constexpr for content and player properties.
Also fix a clash between the ATMOS and player properties.
Diffstat (limited to 'src/lib/dcp_content.cc')
-rw-r--r--src/lib/dcp_content.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc
index 4df0c4618..aa92567ac 100644
--- a/src/lib/dcp_content.cc
+++ b/src/lib/dcp_content.cc
@@ -66,16 +66,6 @@ using dcp::raw_convert;
using namespace dcpomatic;
-int const DCPContentProperty::NEEDS_ASSETS = 600;
-int const DCPContentProperty::NEEDS_KDM = 601;
-int const DCPContentProperty::REFERENCE_VIDEO = 602;
-int const DCPContentProperty::REFERENCE_AUDIO = 603;
-int const DCPContentProperty::REFERENCE_TEXT = 604;
-int const DCPContentProperty::NAME = 605;
-int const DCPContentProperty::TEXTS = 606;
-int const DCPContentProperty::CPL = 607;
-
-
DCPContent::DCPContent (boost::filesystem::path p)
: _encrypted (false)
, _needs_assets (false)