From f3ac3c3feab2215e3e5296507c4a189ea5baff5a Mon Sep 17 00:00:00 2001 From: amzn-sj Date: Mon, 26 Apr 2021 15:59:45 -0700 Subject: [PATCH] Remove unused variable --- .../ImguiAtom/Code/Source/ImguiAtomSystemComponent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.h b/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.h index a5663216d5..d8e7409788 100644 --- a/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.h +++ b/Gems/AtomLyIntegration/ImguiAtom/Code/Source/ImguiAtomSystemComponent.h @@ -57,7 +57,6 @@ namespace AZ void OnRenderTick() override; void OnViewportSizeChanged(AzFramework::WindowSize size) override; - DebugConsole m_debugConsole; bool m_initialized = false; }; } // namespace LYIntegration