summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres G. Aragoneses <knocte@gmail.com>2013-01-20 23:14:30 +0000
committerAndres G. Aragoneses <knocte@gmail.com>2013-01-20 23:14:30 +0000
commit44f6c3509d935ac31090fd5fdb4ea2046e7ca46a (patch)
tree1624c0c0da51a74fe1bca614340a1110132f2a06
parentb1a16f03295c184c917032e574708eb462ba31a8 (diff)
InternetRadio: removed unused 'using' clause
Sorry, this was an oversight of mine when improving[1] the recently contributed patch[2]. [1] https://bugzilla.gnome.org/show_bug.cgi?id=686657#c2 [2] http://git.gnome.org/browse/banshee/commit/?id=b1a16f03295c184c917032e574708eb462ba31a8
-rw-r--r--src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
index 001574a5d..5306e74e9 100644
--- a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
+++ b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
@@ -41,7 +41,6 @@ using Banshee.Collection;
using Banshee.Collection.Database;
using Banshee.Configuration;
using Banshee.PlaybackController;
-using Banshee.MediaEngine;
using Banshee.Gui;
using Banshee.Sources.Gui;