diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-02 21:55:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-02 21:55:37 +0100 |
| commit | 19133069634100e119a1196c2f203af464145517 (patch) | |
| tree | e238c8986fd2e2d9ee8095b98eca0b70e5563231 /src/types.h | |
| parent | 8fca5499789ae1deb2dbcad8d3501a8f42fb95f0 (diff) | |
Remove bitwise DCP comparison, which I think is fairly useless (just use diff, no?)
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/types.h b/src/types.h index 7c98a3b3..71ab797b 100644 --- a/src/types.h +++ b/src/types.h @@ -86,11 +86,6 @@ extern bool operator== (Fraction const & a, Fraction const & b); extern bool operator!= (Fraction const & a, Fraction const & b); struct EqualityOptions { - /** true to do a bitwise comparison. - * false to compare PCM and image data, possibly allowing - * some variation in values. - */ - bool bitwise; double max_mean_pixel_error; double max_std_dev_pixel_error; }; |
