Author: gburt
Date: Fri Feb 15 21:11:09 2008
New Revision: 3242
URL: http://svn.gnome.org/viewvc/banshee?rev=3242&view=rev

Log:
2008-02-14  Gabriel Burt  <[EMAIL PROTECTED]>

        * src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs:
        * src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs:
        * src/Libraries/Lastfm/Lastfm.Data/Profile.cs:
        * src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs:
        * src/Libraries/Lastfm/Lastfm.Data/UserData.cs:
        * src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs: Remove unnecessary
        usings.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/Profile.cs
   trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserData.cs
   trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs
   trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs
   trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs
   trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/Profile.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/Profile.cs   (original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/Profile.cs   Fri Feb 15 
21:11:09 2008
@@ -27,9 +27,6 @@
 //
 
 using System;
-using System.Collections;
-using System.Xml;
-using System.Security.Cryptography;
 
 namespace Lastfm.Data
 {
@@ -56,7 +53,6 @@
         {
             this.username = username;
             profile = new DataEntry (doc["profile"]);
-            Console.WriteLine ("in profile have:\n{0}", 
doc.FirstChild.InnerXml);
         }
 
         public string Username          { get { return username; } }

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserData.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserData.cs  (original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserData.cs  Fri Feb 15 
21:11:09 2008
@@ -27,9 +27,6 @@
 //
 
 using System;
-using System.Collections;
-using System.Text;
-using System.Security.Cryptography;
 
 namespace Lastfm.Data
 {

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs     
(original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs     Fri Feb 
15 21:11:09 2008
@@ -27,9 +27,6 @@
 //
 
 using System;
-using System.Collections;
-using System.Text;
-using System.Security.Cryptography;
 
 namespace Lastfm.Data
 {

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs    
(original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs    Fri Feb 
15 21:11:09 2008
@@ -27,9 +27,6 @@
 //
 
 using System;
-using System.Collections;
-using System.Text;
-using System.Security.Cryptography;
 
 namespace Lastfm.Data
 {

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs       
(original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs       Fri Feb 
15 21:11:09 2008
@@ -27,9 +27,6 @@
 //
 
 using System;
-using System.Collections;
-using System.Text;
-using System.Security.Cryptography;
 
 namespace Lastfm.Data
 {

Modified: trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs
==============================================================================
--- trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs     
(original)
+++ trunk/banshee/src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs     Fri Feb 
15 21:11:09 2008
@@ -27,9 +27,6 @@
 //
 
 using System;
-using System.Collections;
-using System.Text;
-using System.Security.Cryptography;
 
 namespace Lastfm.Data
 {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to