Skip to content

Remove unused files and exports#3253

Merged
veloce merged 1 commit into
lichess-org:mainfrom
freebeartogoodhome:removeUnused
Jun 3, 2026
Merged

Remove unused files and exports#3253
veloce merged 1 commit into
lichess-org:mainfrom
freebeartogoodhome:removeUnused

Conversation

@freebeartogoodhome
Copy link
Copy Markdown
Contributor

Nothing is importing utils/async_value.dart or widgets/adaptive_date_picker.dart so I deleted them.

Nothing is using export 'package:lichess_mobile/src/widgets/material_diff.dart'; from view/game/game_player.dart so I deleted that line.

widgets/emoji_picker/widget.dart was exporting 3 things, but only two of them were being used. The only file using those two was view/account/edit_profile_screen.dart so I just deleted widget.dart and had edit_profile_screen.dart import those two things directly.

Copy link
Copy Markdown
Contributor

@veloce veloce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! thanks

@veloce veloce merged commit b79d53c into lichess-org:main Jun 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants