Removed unnecessary member in TargetMemoryInspectionPaneSettings struct

This commit is contained in:
Nav
2022-07-21 21:01:21 +01:00
parent 1444b0ad0a
commit 5a0a88eced

View File

@@ -11,7 +11,6 @@ namespace Bloom::Widgets
{ {
struct TargetMemoryInspectionPaneSettings struct TargetMemoryInspectionPaneSettings
{ {
bool activated = false;
bool refreshOnTargetStop = true; bool refreshOnTargetStop = true;
bool refreshOnActivation = true; bool refreshOnActivation = true;