Skip to content

Commit c167119

Browse files
committed
remove unused code
Signed-off-by: Anton Dukhovnikov <antond@wetafx.co.nz>
1 parent 562e2b9 commit c167119

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/rawtoaces_util2/rawtoaces_util.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -555,16 +555,6 @@ bool ImageConverter::configure( const std::string &input_filename )
555555

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

558-
int black = _inputFull.find_attribute( "raw:black" )->get_int();
559-
560-
int cblack[4];
561-
562-
for ( int i = 0; i < 4; i++ )
563-
{
564-
cblack[i] =
565-
_inputFull.find_attribute( "raw:cblack" )->get_int_indexed( i );
566-
}
567-
568558
switch ( wbMethod )
569559
{
570560
case WBMethod::Metadata: {

0 commit comments

Comments
 (0)