Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
dwastberg authored and radarhere committed Feb 19, 2020
1 parent 23a61b0 commit 7d5ab9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libImaging/Chops.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ ImagingChopSubtractModulo(Imaging imIn1, Imaging imIn2)
Imaging
ImagingChopSoftLight(Imaging imIn1, Imaging imIn2)
{
// CHOP2( ( ( (255-in1[x]) * (in1[x]*in2[x]) ) / 65536) +
// ((in1[x] * (255 - ((255 - in1[1]) * (255 - in2[x]) / 255 ) )) / 255), NULL );
CHOP2( (((255-in1[x]) * (in1[x]*in2[x]) ) / 65536) +
(in1[x] * ( 255 - ( (255 - in1[x]) * (255 - in2[x] ) / 255) )) / 255
, NULL );
Expand Down

0 comments on commit 7d5ab9f

Please sign in to comment.