Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Dukhovnikov <[email protected]>
  • Loading branch information
antond-weta committed Aug 9, 2024
1 parent 562e2b9 commit c167119
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/rawtoaces_util2/rawtoaces_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,16 +555,6 @@ bool ImageConverter::configure( const std::string &input_filename )

_is_DNG = _inputFull.extra_attribs.find( "raw:dng:version" )->get_int() > 0;

int black = _inputFull.find_attribute( "raw:black" )->get_int();

int cblack[4];

for ( int i = 0; i < 4; i++ )
{
cblack[i] =
_inputFull.find_attribute( "raw:cblack" )->get_int_indexed( i );
}

switch ( wbMethod )
{
case WBMethod::Metadata: {
Expand Down

0 comments on commit c167119

Please sign in to comment.