From d6164ef0dca3e1adff942815c15d6fe77fa7b536 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 4 Nov 2009 21:05:58 +0100 Subject: Use getopt() to parse arguments. --- colortemp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'colortemp.c') 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(); -- cgit v1.2.3-70-g09d2