summaryrefslogtreecommitdiff
path: root/src/lib/dcp_video.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-08 01:13:04 +0200
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:57 +0100
commitdabc316eb22a4c84a15b266bf07f335a6cd9dca3 (patch)
tree1986f2f32faca06ce7447ff091796e0d3d0f4295 /src/lib/dcp_video.h
parentb054a6fe8359d91ed6afd5a250abd766cfafa196 (diff)
Remove default constructor from DCPVideo.
Diffstat (limited to 'src/lib/dcp_video.h')
-rw-r--r--src/lib/dcp_video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h
index 67a2c9f44..d07c8322b 100644
--- a/src/lib/dcp_video.h
+++ b/src/lib/dcp_video.h
@@ -49,7 +49,6 @@ class PlayerVideo;
class DCPVideo
{
public:
- DCPVideo() : DCPVideo(nullptr, 0, 0, 0, Resolution::TWO_K) {}
DCPVideo (std::shared_ptr<const PlayerVideo>, int index, int dcp_fps, int bandwidth, Resolution r);
DCPVideo (std::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr);