From 8308db80725498d379e5e9c213630cc4470c0394 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 11 Jan 2016 00:31:07 +0000 Subject: Remove unnecessary defines. --- src/mono_picture_frame.cc | 2 -- src/stereo_picture_frame.cc | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc index 84c91f4b..357bb849 100644 --- a/src/mono_picture_frame.cc +++ b/src/mono_picture_frame.cc @@ -32,8 +32,6 @@ #include "j2k.h" #include -#define DCI_GAMMA 2.6 - using std::string; using boost::shared_ptr; using boost::optional; diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index 0c4aaadf..5a90e0a1 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -28,8 +28,6 @@ #include "j2k.h" #include -#define DCI_GAMMA 2.6 - using std::string; using boost::shared_ptr; using namespace dcp; -- cgit v1.2.3