From d2525e356269d1ee9ac2a9b34ad349dd0f253d3d Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Tue, 25 May 2010 15:44:31 +0000 Subject: removed useless properties in UVideo git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2421 b956fd51-792f-4845-bead-9b4dfca2ff2c --- VideoPreview/src/media/UVideo.pas | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/VideoPreview/src/media/UVideo.pas b/VideoPreview/src/media/UVideo.pas index 78d1832f..b70f78cc 100644 --- a/VideoPreview/src/media/UVideo.pas +++ b/VideoPreview/src/media/UVideo.pas @@ -207,16 +207,6 @@ type procedure GetFrame(Time: Extended); procedure Draw(); procedure DrawReflection(); - - property Screen: integer read GetScreen; - property Width: double read GetWidth write SetWidth; - property Height: double read GetHeight write SetHeight; - property Alpha: double read GetAlpha write SetAlpha; - property ReflectionSpacing: double read GetReflectionSpacing write SetReflectionSpacing; - property FrameAspect: real read GetFrameAspect; - property AspectCorrection: TAspectCorrection read GetAspectCorrection; - property Loop: boolean read GetLoop write SetLoop; - property Position: real read GetPosition write SetPosition; end; TVideoPlayback_FFmpeg = class( TInterfacedObject, IVideoPlayback ) -- cgit v1.2.3