From b69f1e65cc19f749a97f5ee7f1e773a504d76fb3 Mon Sep 17 00:00:00 2001 From: b1indy Date: Fri, 23 Nov 2007 15:18:13 +0000 Subject: removed some debug stuff from uvideo git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@635 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UVideo.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/Game/Code/Classes/UVideo.pas b/Game/Code/Classes/UVideo.pas index 7378aa92..fb2e6892 100644 --- a/Game/Code/Classes/UVideo.pas +++ b/Game/Code/Classes/UVideo.pas @@ -33,7 +33,6 @@ uses SDL, dialogs, {$endif} {$ENDIF} - dialogs, UIni; procedure Init; @@ -232,7 +231,6 @@ begin VideoAspect:=VideoCodecContext^.width/VideoCodecContext^.height else VideoAspect:=VideoAspect*VideoCodecContext^.width/VideoCodecContext^.height; - showmessage('Video Aspect: '+inttostr(integer(trunc(videoaspect*1000)))); // if VideoAspect >= 4/3 then // video-full-width-hack begin ScaledVideoWidth:=800.0; -- cgit v1.2.3