From 5a0a88ecedf18e33d16fef7cb7236e4a64b888cb Mon Sep 17 00:00:00 2001 From: Nav Date: Thu, 21 Jul 2022 21:01:21 +0100 Subject: [PATCH] Removed unnecessary member in TargetMemoryInspectionPaneSettings struct --- .../TargetMemoryInspectionPaneSettings.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp index 1a41f907..cb842087 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/TargetMemoryInspectionPaneSettings.hpp @@ -11,7 +11,6 @@ namespace Bloom::Widgets { struct TargetMemoryInspectionPaneSettings { - bool activated = false; bool refreshOnTargetStop = true; bool refreshOnActivation = true;