Skip to content

Commit

Permalink
Merge pull request #3268 from dodexahedron/v2_3256_remove_point
Browse files Browse the repository at this point in the history
Stage 4 of #3256 - Remove Point
  • Loading branch information
tig authored Feb 26, 2024
2 parents 0e34edf + 83fa2d2 commit aa9e4cf
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 579 deletions.
5 changes: 4 additions & 1 deletion Terminal.Gui/Terminal.Gui.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<!-- =================================================================== -->
<!-- Version numbers -->
<!-- Automatically updated by gitversion (run `dotnet-gitversion /updateprojectfiles`) -->
Expand Down Expand Up @@ -91,6 +91,9 @@
<Using Include="JetBrains.Annotations" />
<Using Include="System.Diagnostics.Contracts.PureAttribute" Alias="PureAttribute" />
<Using Include="System.Drawing.Rectangle" Alias="Rectangle" />
<Using Include="System.Drawing.RectangleF" Alias="RectangleF" />
<Using Include="System.Drawing.Point" Alias="Point" />
<Using Include="System.Drawing.PointF" Alias="PointF" />
<Using Include="System.Text" />
<Using Include="JetBrains.Annotations" />
</ItemGroup>
Expand Down
11 changes: 0 additions & 11 deletions Terminal.Gui/Types/Point.TemporaryOperators.cs

This file was deleted.

148 changes: 0 additions & 148 deletions Terminal.Gui/Types/Point.cs

This file was deleted.

93 changes: 0 additions & 93 deletions Terminal.Gui/Types/PointF.cs

This file was deleted.

Loading

0 comments on commit aa9e4cf

Please sign in to comment.