From 13caff8dbef94c769eea099e568adfdf0bcabf83 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Wed, 14 May 2025 15:21:00 -0400 Subject: [PATCH] unused field --- Plugins/Cog/Source/Cog/Public/CogSubsystem.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/Cog/Source/Cog/Public/CogSubsystem.h b/Plugins/Cog/Source/Cog/Public/CogSubsystem.h index ebd691d..dc75ff7 100644 --- a/Plugins/Cog/Source/Cog/Public/CogSubsystem.h +++ b/Plugins/Cog/Source/Cog/Public/CogSubsystem.h @@ -218,7 +218,6 @@ protected: bool bIsInputEnabledBeforeEnteringSelectionMode = false; - bool bEnable = false; bool bIsSelectionModeActive = false; bool bIsInitialized = false;