Remove obsolete dcraw::scale_colors()

This commit is contained in:
heckflosse
2017-04-06 23:51:36 +02:00
parent 1db6e78817
commit be4cc858a2
3 changed files with 2 additions and 27 deletions

View File

@@ -410,23 +410,10 @@ void foveon_make_curves(short **curvep, float dq[3], float div[3], float filt);
int foveon_apply_curve (short *curve, int i);
void foveon_interpolate();
//void xtrans_interpolate (int passes);
//void cielab (ushort rgb[3], short lab[3]);
//void remove_zeroes();
//void bad_pixels (const char *cfname);
//void subtract (const char *fname);
void gamma_curve (double pwr, double ts, int mode, int imax);
void pseudoinverse (double (*in)[3], double (*out)[3], int size);
void cam_xyz_coeff (float rgb_cam[3][4], double cam_xyz[4][3]);
//void hat_transform (float *temp, float *base, int st, int size, int sc);
//void wavelet_denoise();
void scale_colors();
void pre_interpolate();
//void border_interpolate (int border);
//void median_filter();
//void blend_highlights();
//void recover_highlights();
void crop_masked_pixels();
void tiff_get (unsigned base, unsigned *tag, unsigned *type, unsigned *len, unsigned *save);