From: Carl Hetherington Date: Tue, 11 Apr 2023 21:03:40 +0000 (+0200) Subject: Remove unused define. X-Git-Tag: v2.16.56~11 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=233f8008287c09ed0da6cddba56fb1bd83e21d0f Remove unused define. --- diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index 0255588c6..8eb76fdd6 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -71,9 +71,6 @@ using namespace boost::placeholders; #endif -#define DCI_COEFFICENT (48.0 / 52.37) - - /** Construct a DCP video frame. * @param frame Input frame. * @param index Index of the frame within the DCP.