summaryrefslogtreecommitdiff
path: root/src/lib/text_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/text_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/text_content.cc')
-rw-r--r--src/lib/text_content.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/text_content.cc b/src/lib/text_content.cc
index 66ede4281..f1691e0e0 100644
--- a/src/lib/text_content.cc
+++ b/src/lib/text_content.cc
@@ -44,26 +44,6 @@ using boost::optional;
using namespace dcpomatic;
-int const TextContentProperty::X_OFFSET = 500;
-int const TextContentProperty::Y_OFFSET = 501;
-int const TextContentProperty::X_SCALE = 502;
-int const TextContentProperty::Y_SCALE = 503;
-int const TextContentProperty::USE = 504;
-int const TextContentProperty::BURN = 505;
-int const TextContentProperty::FONTS = 506;
-int const TextContentProperty::COLOUR = 507;
-int const TextContentProperty::EFFECT = 508;
-int const TextContentProperty::EFFECT_COLOUR = 509;
-int const TextContentProperty::LINE_SPACING = 510;
-int const TextContentProperty::FADE_IN = 511;
-int const TextContentProperty::FADE_OUT = 512;
-int const TextContentProperty::OUTLINE_WIDTH = 513;
-int const TextContentProperty::TYPE = 514;
-int const TextContentProperty::DCP_TRACK = 515;
-int const TextContentProperty::LANGUAGE = 516;
-int const TextContentProperty::LANGUAGE_IS_ADDITIONAL = 517;
-
-
TextContent::TextContent(Content* parent, TextType type, TextType original_type)
: ContentPart(parent)
, _use(false)