mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
servo: Clean up unused variables and imports
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user