diff --git a/Editor/ScaleAdjuster/ScaleAdjusterPreview.cs b/Editor/ScaleAdjuster/ScaleAdjusterPreview.cs index a311e726..d3b862a6 100644 --- a/Editor/ScaleAdjuster/ScaleAdjusterPreview.cs +++ b/Editor/ScaleAdjuster/ScaleAdjusterPreview.cs @@ -1,4 +1,4 @@ -#region +#region using System.Collections.Generic; using System.Collections.Immutable; @@ -56,8 +56,6 @@ namespace nadena.dev.modular_avatar.core.editor public ImmutableList GetTargetGroups(ComputeContext ctx) { - var scaleAdjusters = ctx.GetComponentsByType(); - var avatarToRenderer = new Dictionary>();