Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RGLie committed Mar 20, 2024
1 parent edcd623 commit 41ada82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/pages/timetable_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ class _TimetablePageState extends State<TimetablePage> {
'timetable': 'timetable.tab'
.tr(args: [timetableModel.selectedIndex.toString()])

Check warning on line 271 in lib/pages/timetable_page.dart

View check run for this annotation

Codecov / codecov/patch

lib/pages/timetable_page.dart#L271

Added line #L271 was not covered by tests
},
// onTapPos: () {}
),
);
} else {
Expand Down
2 changes: 0 additions & 2 deletions lib/widgets/timetable_tabs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class _TimetableTabsState extends State<TimetableTabs> {
);

if (i == _index) {
// bool canDelete = widget.length > 2 && i != 0;
return Padding(
padding: const EdgeInsets.only(right: 8.0),
child: Dropdown<int>(
Expand Down Expand Up @@ -123,7 +122,6 @@ class _TimetableTabsState extends State<TimetableTabs> {
text: 'timetable.tab_menu.delete'.tr(),

Check warning on line 122 in lib/widgets/timetable_tabs.dart

View check run for this annotation

Codecov / codecov/patch

lib/widgets/timetable_tabs.dart#L122

Added line #L122 was not covered by tests
icon: Icons.delete_outlined,
textColor: OTLColor.red,
// disabled: !canDelete,
)
]
/*ItemData(
Expand Down

0 comments on commit 41ada82

Please sign in to comment.