diff --git a/StreamingAudio/Main.cs b/StreamingAudio/Main.cs index ff5b9ba0a..2598db7fc 100644 --- a/StreamingAudio/Main.cs +++ b/StreamingAudio/Main.cs @@ -40,7 +40,6 @@ public override bool FinishedLaunching (UIApplication app, NSDictionary options) // Nice creative commons source. entry.Text = "http://ccmixter.org/content/bradstanfield/bradstanfield_-_People_Let_s_Stop_The_War.mp3"; - entry.Text = "http://tirania.org/c.mp3"; entry.EditingDidEnd += delegate { entry.ResignFirstResponder (); };