From 3068e728b5aace9485835c8ef7d632a6271f3aae Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 20 Jul 2016 12:55:06 +0000 Subject: [PATCH] tvplanit: Remove WriteLn instructions left in previous commit git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5009 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/examples/fulldemo/sound.pas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/tvplanit/examples/fulldemo/sound.pas b/components/tvplanit/examples/fulldemo/sound.pas index 28d27c365..4151a5ebb 100644 --- a/components/tvplanit/examples/fulldemo/sound.pas +++ b/components/tvplanit/examples/fulldemo/sound.pas @@ -126,11 +126,6 @@ begin for i:=1 to L.Count-1 do SoundPlayerAsyncProcess.Parameters.Add(L[i]); SoundPlayerAsyncProcess.Parameters.Add(ASoundFilename); - - WriteLn; - WriteLn(SoundPlayerAsyncProcess.Executable);; - for i:=0 to SoundPlayerAsyncProcess.Parameters.Count-1 do - WriteLn(i, ': ', SoundPlayerAsyncProcess.Parameters[i]); try SoundPlayerAsyncProcess.Execute; except