mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
servo: Clean up unused variables and imports
This commit is contained in:
parent
5e73e1015b
commit
a57aa561c1
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ impl StyleSheetListMethods for StyleSheetList {
|
|||
}
|
||||
|
||||
// https://drafts.csswg.org/cssom/#dom-stylesheetlist-item
|
||||
fn Item(&self, index: u32) -> Option<Root<StyleSheet>> {
|
||||
fn Item(&self, _index: u32) -> Option<Root<StyleSheet>> {
|
||||
None
|
||||
//TODO Create a new StyleSheet object and return it
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue