From 5619e0f29406694032fe60825002f8aa9883bef0 Mon Sep 17 00:00:00 2001 From: luissemp Date: Wed, 14 Jul 2021 12:10:17 -0700 Subject: [PATCH] Removed editor specialization from GridHub, it does not need the gems loaded Signed-off-by: luissemp --- Code/Tools/GridHub/GridHub/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Tools/GridHub/GridHub/main.cpp b/Code/Tools/GridHub/GridHub/main.cpp index 5b35abff6c..0b1cfced93 100644 --- a/Code/Tools/GridHub/GridHub/main.cpp +++ b/Code/Tools/GridHub/GridHub/main.cpp @@ -187,7 +187,6 @@ protected: { ComponentApplication::SetSettingsRegistrySpecializations(specializations); specializations.Append("tools"); - specializations.Append("editor"); specializations.Append("gridhub"); }