mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Silence warnings
This commit is contained in:
parent
e5a0470042
commit
e5a5cfaac7
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ impl RenderBox : RenderBoxMethods {
|
|||
}
|
||||
}
|
||||
|
||||
fn add_border_to_list(list: &mut DisplayList, abs_bounds: &Rect<Au>) {
|
||||
fn add_border_to_list(_list: &mut DisplayList, _abs_bounds: &Rect<Au>) {
|
||||
// FIXME
|
||||
/*let style = self.d().node.style();
|
||||
match style.border_width {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue