From: vortex Date: Sun, 31 Oct 2010 03:11:58 +0000 (+0000) Subject: remove unnecessary Con_Printf X-Git-Tag: xonotic-v0.1.0preview~56^2~42 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=409f1e598f852332f7cefc554c18c511af0388ed;p=xonotic%2Fdarkplaces.git remove unnecessary Con_Printf git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10575 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_video.c b/cl_video.c index 524ad0ee..e779d76c 100644 --- a/cl_video.c +++ b/cl_video.c @@ -448,7 +448,6 @@ void CL_DrawVideo(void) if (cl_video_keepaspectratio.integer) { float a = ((float)video->cpif.width / (float)video->cpif.height) / ((float)vid.width / (float)vid.height); - Con_Printf("%f\n", a); if (a < 1.0) // scale horizontally { px += sx * (1 - a) * 0.5;