[longomatch] Remove unused reference to Addins.



commit 281d0f364ea5de29a7d36f292e263e32fdb67220
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Apr 13 13:12:13 2015 +0200

    Remove unused reference to Addins.

 LongoMatch.Services/LongoMatch.Services.csproj |    4 ----
 LongoMatch.Services/ToolsManager.cs            |    3 ---
 build/build.environment.mk                     |    1 -
 3 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/LongoMatch.Services/LongoMatch.Services.csproj b/LongoMatch.Services/LongoMatch.Services.csproj
index 54f064a..c79a222 100644
--- a/LongoMatch.Services/LongoMatch.Services.csproj
+++ b/LongoMatch.Services/LongoMatch.Services.csproj
@@ -66,10 +66,6 @@
       <Project>{519B4B01-07EC-4CA4-8073-E6F468317138}</Project>
       <Name>LongoMatch.Drawing</Name>
     </ProjectReference>
-    <ProjectReference Include="..\LongoMatch.Addins\LongoMatch.Addins.csproj">
-      <Project>{709CCDA6-CA95-4CBD-A986-B96EE0418905}</Project>
-      <Name>LongoMatch.Addins</Name>
-    </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 </Project>
diff --git a/LongoMatch.Services/ToolsManager.cs b/LongoMatch.Services/ToolsManager.cs
index ed335c9..469c9b2 100644
--- a/LongoMatch.Services/ToolsManager.cs
+++ b/LongoMatch.Services/ToolsManager.cs
@@ -19,14 +19,11 @@ using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Linq;
-using LongoMatch.Addins;
 using LongoMatch.Core.Common;
 using LongoMatch.Core.Interfaces;
 using LongoMatch.Core.Interfaces.GUI;
-using LongoMatch.Core.Interfaces.Multimedia;
 using LongoMatch.Core.Store;
 using Mono.Unix;
-using System.Reflection;
 using System.Diagnostics;
 
 namespace LongoMatch.Services
diff --git a/build/build.environment.mk b/build/build.environment.mk
index 0e97427..e0ba3c9 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -117,7 +117,6 @@ REF_DEP_LONGOMATCH_SERVICES = \
                      $(LINK_MONO_POSIX) \
                      $(LINK_GLIB) \
                      $(LINK_LONGOMATCH_CORE) \
-                     $(LINK_LONGOMATCH_ADDINS) \
                      $(LINK_LONGOMATCH_DRAWING) \
                      $(LINK_JSON)
 


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