Skip to content

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Sep 14, 2024
1 parent 67278bf commit 93801ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Maui.DataGrid/DataGrid.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@ public partial class DataGrid

#region Fields

internal const int DefaultCacheSize = 100000;

private static readonly SortedSet<int> DefaultPageSizeSet = [5, 10, 50, 100, 200, 1000];
private static readonly IList<int> DefaultPageSizeList = [.. DefaultPageSizeSet];

Expand Down

0 comments on commit 93801ca

Please sign in to comment.