remove unused libs

This commit is contained in:
Luke Pulverenti
2017-08-16 11:42:36 -04:00
parent bfcd1b520f
commit 56263a9fa2
13 changed files with 303 additions and 832 deletions

View File

@@ -1795,9 +1795,6 @@ namespace Emby.Server.Implementations
// Include composable parts in the Photos assembly
list.Add(GetAssembly(typeof(PhotoProvider)));
// Common implementations
list.Add(GetAssembly(typeof(TaskManager)));
// Emby.Server implementations
list.Add(GetAssembly(typeof(InstallationManager)));