]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove unnecessary Con_Printf
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Oct 2010 03:11:58 +0000 (03:11 +0000)
committervortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Oct 2010 03:11:58 +0000 (03:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10575 d7cf8633-e32d-0410-b094-e92efae38249

cl_video.c

index 524ad0ee989d31d9778218345fd0e7e127851152..e779d76cfb718dcf94a242c94fa37d7dd658bb3b 100644 (file)
@@ -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;