core: Remove a redundant 'using' statement
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 14 Jan 2011 19:16:51 +0000 (21:16 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 14 Jan 2011 23:55:38 +0000 (01:55 +0200)
src/rygel/rygel-live-response.vala

index 0a329a4..51481d9 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 using GUPnP;
-using Gee;
 using Gst;
 
 internal class Rygel.LiveResponse : Rygel.HTTPResponse {