rygel r68 - in trunk: . src



Author: zeeshanak
Date: Tue Oct 28 20:59:32 2008
New Revision: 68
URL: http://svn.gnome.org/viewvc/rygel?rev=68&view=rev

Log:
Remove the now redundant 'using GLib' from all sources.

Modified:
   trunk/ChangeLog
   trunk/src/gupnp-content-directory.vala
   trunk/src/gupnp-media-receiver-registrar.vala
   trunk/src/gupnp-media-server.vala
   trunk/src/gupnp-media-tracker.vala

Modified: trunk/src/gupnp-content-directory.vala
==============================================================================
--- trunk/src/gupnp-content-directory.vala	(original)
+++ trunk/src/gupnp-content-directory.vala	Tue Oct 28 20:59:32 2008
@@ -23,7 +23,7 @@
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  */
-using GLib;
+
 using GUPnP;
 
 public class GUPnP.ContentDirectory: Service {

Modified: trunk/src/gupnp-media-receiver-registrar.vala
==============================================================================
--- trunk/src/gupnp-media-receiver-registrar.vala	(original)
+++ trunk/src/gupnp-media-receiver-registrar.vala	Tue Oct 28 20:59:32 2008
@@ -22,7 +22,6 @@
  * version 2 of the License, or (at your option) any later version.
  */
 
-using GLib;
 using GUPnP;
 
 public class GUPnP.MediaReceiverRegistrar: Service {

Modified: trunk/src/gupnp-media-server.vala
==============================================================================
--- trunk/src/gupnp-media-server.vala	(original)
+++ trunk/src/gupnp-media-server.vala	Tue Oct 28 20:59:32 2008
@@ -23,7 +23,7 @@
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version.
  */
-using GLib;
+
 using GUPnP;
 using GConf;
 using CStuff;

Modified: trunk/src/gupnp-media-tracker.vala
==============================================================================
--- trunk/src/gupnp-media-tracker.vala	(original)
+++ trunk/src/gupnp-media-tracker.vala	Tue Oct 28 20:59:32 2008
@@ -22,7 +22,6 @@
  * version 2 of the License, or (at your option) any later version.
  */
 
-using GLib;
 using GUPnP;
 using DBus;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]