diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-11-04 21:05:58 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-11-04 21:05:58 +0100 |
commit | d6164ef0dca3e1adff942815c15d6fe77fa7b536 (patch) | |
tree | 80d1ddce47bab745b8b84814c0dabb70fcc004f3 /colortemp.c | |
parent | Initial import. (diff) | |
download | redshift-ng-d6164ef0dca3e1adff942815c15d6fe77fa7b536.tar.gz redshift-ng-d6164ef0dca3e1adff942815c15d6fe77fa7b536.tar.bz2 redshift-ng-d6164ef0dca3e1adff942815c15d6fe77fa7b536.tar.xz |
Use getopt() to parse arguments.
Diffstat (limited to 'colortemp.c')
-rw-r--r-- | colortemp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/colortemp.c b/colortemp.c index 5b40df4..c2ed83d 100644 --- a/colortemp.c +++ b/colortemp.c @@ -217,9 +217,6 @@ colortemp_set_temperature(int temp, float gamma) interpolate_color(alpha, &blackbody_color[temp_index], &blackbody_color[temp_index+3], white_point); - printf("White point: %f, %f, %f\n", - white_point[0], white_point[1], white_point[2]); - /* Create new gamma ramps */ uint16_t *gamma_ramps = malloc(3*gamma_ramp_size*sizeof(uint16_t)); if (gamma_ramps == NULL) abort(); |