Removed InsightWorker injection in Insight widgets
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "src/ProjectSettings.hpp"
|
||||
#include "src/ProjectConfig.hpp"
|
||||
#include "src/Insight/InsightWorker/InsightWorker.hpp"
|
||||
#include "src/Targets/TargetState.hpp"
|
||||
|
||||
#include "src/Targets/TargetDescriptor.hpp"
|
||||
@@ -33,7 +32,6 @@ namespace Bloom
|
||||
|
||||
public:
|
||||
InsightWindow(
|
||||
InsightWorker& insightWorker,
|
||||
const EnvironmentConfig& environmentConfig,
|
||||
const InsightConfig& insightConfig,
|
||||
InsightProjectSettings& insightProjectSettings
|
||||
@@ -65,8 +63,6 @@ namespace Bloom
|
||||
EnvironmentConfig environmentConfig;
|
||||
TargetConfig targetConfig;
|
||||
|
||||
InsightWorker& insightWorker;
|
||||
|
||||
bool activated = false;
|
||||
|
||||
Targets::TargetDescriptor targetDescriptor;
|
||||
|
||||
Reference in New Issue
Block a user