1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-01 02:03:32 +00:00

Process Monitor - removed unneeded injection

This commit is contained in:
Diogo Trindade 2021-03-19 14:36:22 +00:00
parent d4a0b0710c
commit a21db5eaa4

View File

@ -46,8 +46,7 @@ namespace Artemis.Core.Services
IPluginManagementService pluginManagementService, IPluginManagementService pluginManagementService,
IRgbService rgbService, IRgbService rgbService,
IProfileService profileService, IProfileService profileService,
IModuleService moduleService, // injected to ensure module priorities get applied IModuleService moduleService // injected to ensure module priorities get applied
IProcessMonitorService processMonitorService //injected to keep track of processes
) )
{ {
Kernel = kernel; Kernel = kernel;