From 3e9a2c762f3bbf1e3a347c065b37c9af99ce2da3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 1 Jun 2023 23:06:19 +0300 Subject: [PATCH] Code cleanup --- lib/ui/app/tables/app_paginated_data_table.dart | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/ui/app/tables/app_paginated_data_table.dart b/lib/ui/app/tables/app_paginated_data_table.dart index 0ff52bb3c..8a4871ff1 100644 --- a/lib/ui/app/tables/app_paginated_data_table.dart +++ b/lib/ui/app/tables/app_paginated_data_table.dart @@ -280,15 +280,6 @@ class AppPaginatedDataTableState extends State { widget.onPageChanged(_firstRowIndex); } - DataRow _getBlankRowFor(int index) { - return DataRow.byIndex( - index: index, - cells: widget.columns - .map((DataColumn column) => DataCell.empty) - .toList(), - ); - } - DataRow _getProgressIndicatorRowFor(int index) { bool haveProgressIndicator = false; final List cells =