Skip to content

Commit

Permalink
Removed unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
garylkz committed Feb 3, 2025
1 parent 75aac0d commit c9e4450
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/pages/history/history_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ class _HistoryPageState extends State<HistoryPage>

Widget contentGrid(Orientation orientation) {
int crossCount = (orientation != Orientation.portrait) ? 3 : 1;
final tt = Theme.of(context).textTheme;
final tsFontSize = tt.titleMedium?.fontSize ?? kDefaultFontSize;
final lmFontSize = tt.labelMedium?.fontSize ?? kDefaultFontSize;
return CustomScrollView(
slivers: [
SliverPadding(
Expand Down

0 comments on commit c9e4450

Please sign in to comment.