1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +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,
IRgbService rgbService,
IProfileService profileService,
IModuleService moduleService, // injected to ensure module priorities get applied
IProcessMonitorService processMonitorService //injected to keep track of processes
IModuleService moduleService // injected to ensure module priorities get applied
)
{
Kernel = kernel;