mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove unused fn get_indeterminate_state
This commit is contained in:
parent
311d2c65b6
commit
e4cd8044a5
1 changed files with 0 additions and 4 deletions
|
@ -655,10 +655,6 @@ impl HTMLInputElement {
|
|||
//TODO: dispatch change event
|
||||
}
|
||||
|
||||
pub fn get_indeterminate_state(&self) -> bool {
|
||||
self.Indeterminate()
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#concept-fe-mutable
|
||||
fn mutable(&self) -> bool {
|
||||
// https://html.spec.whatwg.org/multipage/#the-input-element:concept-fe-mutable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue