forked from MapComplete/MapComplete
Chore: Remove unused variables
This commit is contained in:
parent
1a415f4815
commit
e68b31e267
42 changed files with 48 additions and 106 deletions
|
|
@ -98,7 +98,7 @@ class SelfHidingToggle extends UIElement implements InputElement<boolean> {
|
|||
return this._selected
|
||||
}
|
||||
|
||||
IsValid(t: boolean): boolean {
|
||||
IsValid(_: boolean): boolean {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
@ -298,7 +298,7 @@ export class SearchablePillsSelector<T> extends Combine implements InputElement<
|
|||
return this.selectedElements
|
||||
}
|
||||
|
||||
IsValid(t: T[]): boolean {
|
||||
IsValid(_: T[]): boolean {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue