Fix lint warnings and cleanup unused code after RadioGroup migration

Remove unused imports, fields, variables, and dead code introduced
during the RadioGroup widget migration and prior changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Doug Borg
2026-02-09 13:36:18 -07:00
co-authored by Claude Opus 4.6
parent 98b73fe019
commit 037165653c
11 changed files with 6 additions and 45 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ class NodeProfile {
int get hashCode => id.hashCode;
/// Create a temporary empty profile for editing existing nodes
/// Used as the default "<Existing tags>" option when editing nodes
/// Used as the default `<Existing tags>` option when editing nodes
/// All existing tags will flow through as additionalExistingTags
static NodeProfile createExistingTagsProfile(OsmNode node) {
// Calculate FOV from existing direction ranges if applicable