From 2ae8ef87d9fd076c8a7f93ef6f44da35865973d3 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Thu, 12 May 2022 11:06:53 -0600 Subject: [PATCH] Remove unised --- Source/LibationWinForms/grid/ProductsGrid.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/LibationWinForms/grid/ProductsGrid.cs b/Source/LibationWinForms/grid/ProductsGrid.cs index ba429dfc..76fe8f42 100644 --- a/Source/LibationWinForms/grid/ProductsGrid.cs +++ b/Source/LibationWinForms/grid/ProductsGrid.cs @@ -38,7 +38,6 @@ namespace LibationWinForms public partial class ProductsGrid : UserControl { - internal event EventHandler LiberateClicked; /// Number of visible rows has changed public event EventHandler VisibleCountChanged; @@ -273,9 +272,6 @@ namespace LibationWinForms .Select(row => ((GridEntry)row.DataBoundItem).LibraryBook) .ToList(); - internal IReadOnlyList AllEntries - => bindingList; - private GridEntry getGridEntry(int rowIndex) => _dataGridView.GetBoundItem(rowIndex); #region Column Customizations