Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
TikuGaelle committed Mar 17, 2023
1 parent 6bfd24c commit c5d83e3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/savings/view/savings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ class SavingsPage extends StatefulWidget {
}

class _SavingsPageState extends State<SavingsPage> {
int pageIndex = 1;

void onChanged(int index) {
setState(() {
pageIndex = index;
});
}


@override
Widget build(BuildContext context) {
final l10n = context.l10n;
Expand Down

0 comments on commit c5d83e3

Please sign in to comment.