[banshee] [AppleDevice] Remove useless AppleDeviceProvider



commit 4e1791a3e960348b6935805ee33032855f1a6b67
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Aug 10 14:17:16 2010 -0700

    [AppleDevice] Remove useless AppleDeviceProvider

 .../Banshee.Dap.AppleDevice.csproj                 |    1 -
 .../Banshee.Dap.AppleDevice/AppleDeviceProvider.cs |   53 --------------------
 src/Dap/Banshee.Dap.AppleDevice/Makefile.am        |    1 -
 3 files changed, 0 insertions(+), 55 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice.csproj b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice.csproj
index e932949..392a06f 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice.csproj
+++ b/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice.csproj
@@ -92,7 +92,6 @@
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Banshee.Dap.AppleDevice\AppleDeviceSource.cs" />
-    <Compile Include="Banshee.Dap.AppleDevice\AppleDeviceProvider.cs" />
     <Compile Include="Banshee.Dap.AppleDevice\AppleDeviceTrackInfo.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
diff --git a/src/Dap/Banshee.Dap.AppleDevice/Makefile.am b/src/Dap/Banshee.Dap.AppleDevice/Makefile.am
index 93d2ca4..f9f86df 100644
--- a/src/Dap/Banshee.Dap.AppleDevice/Makefile.am
+++ b/src/Dap/Banshee.Dap.AppleDevice/Makefile.am
@@ -4,7 +4,6 @@ LINK = $(REF_DAP_APPLEDEVICE)
 INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
 
 SOURCES =  \
-	Banshee.Dap.AppleDevice/AppleDeviceProvider.cs \
 	Banshee.Dap.AppleDevice/AppleDeviceSource.cs \
 	Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs
 



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