Silence warnings

This commit is contained in:
Brian Anderson 2012-10-31 21:48:52 -07:00
parent e5a0470042
commit e5a5cfaac7

View file

@ -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 {