From: vortex Date: Sun, 31 Oct 2010 03:11:58 +0000 (+0000) Subject: remove unnecessary Con_Printf X-Git-Tag: xonotic-v0.1.0preview~85 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f6a576e7031b9dae3b683f010264505991778d33;p=xonotic%2Fdarkplaces.git remove unnecessary Con_Printf git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10575 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=409f1e598f852332f7cefc554c18c511af0388ed --- diff --git a/cl_video.c b/cl_video.c index e234700c..84fda118 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;