From: Steinar H. Gunderson Date: Mon, 8 Oct 2012 20:54:26 +0000 (+0200) Subject: Fix spurious blank lines on stdout. X-Git-Tag: 1.0~335 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=ff3557dfa3acba0f10ff0ea3e555ef431bb456ff;ds=sidebyside Fix spurious blank lines on stdout. --- diff --git a/widgets.cpp b/widgets.cpp index fb49993..85fa048 100644 --- a/widgets.cpp +++ b/widgets.cpp @@ -130,7 +130,6 @@ void make_hsv_wheel_texture() hsv_pix[(y * HSV_WHEEL_SIZE + x) * 4 + 3] = 255; } } - printf("\n"); } glBindTexture(GL_TEXTURE_2D, hsv_wheel_num);