aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;