mirror of
https://github.com/4sval/FModel.git
synced 2026-03-23 10:14:20 -05:00
Remove unused imports and constants
Co-authored-by: LoogLong <86428208+LoogLong@users.noreply.github.com>
This commit is contained in:
parent
3a12c8bfc6
commit
b897cd4185
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user