summaryrefslogtreecommitdiff
path: root/src/lib/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/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/content.cc')
-rw-r--r--src/lib/content.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index 5e3d01847..2a69adefd 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -57,14 +57,6 @@ using dcp::locale_convert;
using namespace dcpomatic;
-int const ContentProperty::PATH = 400;
-int const ContentProperty::POSITION = 401;
-int const ContentProperty::LENGTH = 402;
-int const ContentProperty::TRIM_START = 403;
-int const ContentProperty::TRIM_END = 404;
-int const ContentProperty::VIDEO_FRAME_RATE = 405;
-
-
Content::Content(DCPTime p)
: _position(p)
{