summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-19 22:19:38 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-19 23:00:22 +0200
commit8a3d5a7729e10a901132ff00efbd5d80e38b2455 (patch)
treeb69ad212d629626b689d688868f550fa8ce76276 /src/lib/video_content.h
parentc162f9d8b127f56b8da46b83908000611033e6a5 (diff)
Remove unused VideoContentProperty::SCALE and listen to CUSTOM_{RATIO,SIZE} instead.
::SCALE was sort-of being used, as it was emitted during examination of video content, but it wasn't being emitted anywhere else (and CUSTOM_{RATIO,SIZE} replace its functionality as far as I can see).
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index c1e1dbeec..0c4649954 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -45,7 +45,6 @@ public:
static int const SIZE;
static int const FRAME_TYPE;
static int const CROP;
- static int const SCALE;
static int const COLOUR_CONVERSION;
static int const FADE_IN;
static int const FADE_OUT;