Skip to content

Commit

Permalink
Refactoring unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadKarimi committed Nov 25, 2024
1 parent ff8ece7 commit 18e5275
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/Riter/Core/Drawing/DrawingAttributesFactory.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input.StylusPlugIns;
using System.Windows.Ink;
using System.Windows.Media;
using Riter.Core.Enum;

Expand Down
1 change: 0 additions & 1 deletion src/Riter/Core/Drawing/VectorX.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ public readonly struct VectorX(double x, double y)

public readonly Point ToPoint() => new(X, Y);

public override readonly string ToString() => string.Format("[{0}, {1}]", X, Y);
}

0 comments on commit 18e5275

Please sign in to comment.