diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-11 00:31:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-11 00:31:07 +0000 |
| commit | 8308db80725498d379e5e9c213630cc4470c0394 (patch) | |
| tree | a5d1d9de5ee569a619eeac3f888980b39cb5d6d6 /src | |
| parent | 03fb9d475366b6e02b6bde4421607f7dcd9936ad (diff) | |
Remove unnecessary defines.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mono_picture_frame.cc | 2 | ||||
| -rw-r--r-- | src/stereo_picture_frame.cc | 2 |
2 files changed, 0 insertions, 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 <openjpeg.h> -#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 <openjpeg.h> -#define DCI_GAMMA 2.6 - using std::string; using boost::shared_ptr; using namespace dcp; |
