From 2816a5cedb91d8235d07341ac1399ba121d79eec Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 12:40:03 +0200 Subject: [PATCH] fix: remove duplicate Color alias (now in GlobalUsings.cs) --- windows/Controls/SparklineControl.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/Controls/SparklineControl.cs b/windows/Controls/SparklineControl.cs index e0b3b6f..f9964d0 100644 --- a/windows/Controls/SparklineControl.cs +++ b/windows/Controls/SparklineControl.cs @@ -1,4 +1,3 @@ -using Color = System.Windows.Media.Color; using Point = System.Windows.Point; using System.Collections.Generic; using System.Windows;