From b897cd4185b9dfbbf291264aff49fe515c1daa95 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 10:11:10 +0000 Subject: [PATCH] Remove unused imports and constants Co-authored-by: LoogLong <86428208+LoogLong@users.noreply.github.com> --- FModel/Views/AnimGraphViewer.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/FModel/Views/AnimGraphViewer.xaml.cs b/FModel/Views/AnimGraphViewer.xaml.cs index af582c3b..463fe7a2 100644 --- a/FModel/Views/AnimGraphViewer.xaml.cs +++ b/FModel/Views/AnimGraphViewer.xaml.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Globalization; using System.Linq; using System.Windows; using System.Windows.Controls; @@ -17,7 +16,6 @@ public partial class AnimGraphViewer private const double NodeWidth = 200; private const double NodeHeaderHeight = 28; private const double PinRowHeight = 22; - private const double PinRadius = 6; private const double NodeCornerRadius = 4; private const double ScaleFactor = 0.6;