mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unused Servo_ImportRule_GetSheet.
This commit is contained in:
parent
33deafba12
commit
138c6d7736
1 changed files with 0 additions and 9 deletions
|
@ -2307,15 +2307,6 @@ pub extern "C" fn Servo_NoteExplicitHints(element: RawGeckoElementBorrowed,
|
|||
}
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn Servo_ImportRule_GetSheet(import_rule:
|
||||
RawServoImportRuleBorrowed)
|
||||
-> RawServoStyleSheetStrong {
|
||||
read_locked_arc(import_rule, |rule: &ImportRule| {
|
||||
rule.stylesheet.clone().into_strong()
|
||||
})
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed) -> nsChangeHint
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue