[banshee] [AppleDevice] Remove two FIXMEs that don't need to be there.



commit acee9ba8e0e53d3e695fab557bc31935d7fa07af
Author: Alex Launi <alex launi gmail com>
Date:   Fri Aug 13 19:35:05 2010 -0400

    [AppleDevice] Remove two FIXMEs that don't need to be there.

 .../Banshee.Dap.AppleDevice/AppleDeviceSource.cs   |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
index 7af2209..c06360a 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceSource.cs
@@ -75,9 +75,6 @@ namespace Banshee.Dap.AppleDevice
             base.DeviceInitialize (device);
 
             Device = new GPod.Device (Volume.MountPoint);
-
-            // FIXME: Set name properly using libgpod.
-            // FIXME: How do we detect if playlists are supported?
             Name = Volume.Name;
             SupportsPlaylists = true;
             SupportsPodcasts = Device.SupportsPodcast;



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