diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-02 23:34:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-03 21:19:28 +0100 |
| commit | d9f4ffe3c6e9431ad2d875bb5140e8640c970876 (patch) | |
| tree | ce9b946ff4eba04d70e31cd4e64c82b4024db9bd /src/lib/image.cc | |
| parent | f1cd667ceea759b30c611bff810c72aacc32157e (diff) | |
Remove unused variables.
Diffstat (limited to 'src/lib/image.cc')
| -rw-r--r-- | src/lib/image.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index a4e04bb62..286cd19ac 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -1200,11 +1200,6 @@ operator== (Image const & a, Image const & b) void Image::fade (float f) { - /* U/V black value for 8-bit colour */ - static int const eight_bit_uv = (1 << 7) - 1; - /* U/V black value for 10-bit colour */ - static uint16_t const ten_bit_uv = (1 << 9) - 1; - switch (_pixel_format) { case AV_PIX_FMT_YUV420P: { |
