aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorb1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 15:18:13 +0000
committerb1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 15:18:13 +0000
commitb69f1e65cc19f749a97f5ee7f1e773a504d76fb3 (patch)
tree25388e40e5ebd24c065b22c6b09e97cc4fd637fc
parent37d5c6a5e34e3027d52b0b004588c42dbf67905b (diff)
downloadusdx-b69f1e65cc19f749a97f5ee7f1e773a504d76fb3.tar.gz
usdx-b69f1e65cc19f749a97f5ee7f1e773a504d76fb3.tar.xz
usdx-b69f1e65cc19f749a97f5ee7f1e773a504d76fb3.zip
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
-rw-r--r--Game/Code/Classes/UVideo.pas2
1 files changed, 0 insertions, 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;