[banshee] [Mtp] Fix the build by fixing a warning



commit ffb38943a120bc070cedd45731a9ce66dd935714
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri Aug 13 17:22:58 2010 -0700

    [Mtp] Fix the build by fixing a warning

 .../Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
index 525d687..08317cf 100644
--- a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
+++ b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpSource.cs
@@ -70,7 +70,7 @@ namespace Banshee.Dap.Mtp
                 throw new InvalidDeviceException ();
             }
 
-            int busnum = portInfo.BusNumber;
+            //int busnum = portInfo.BusNumber;
             int devnum = portInfo.DeviceNumber;
 
             List<RawMtpDevice> devices = null;



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