mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove unused mut.
This commit is contained in:
parent
9af229b830
commit
ff915ae86e
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ impl<'a> PaintContext<'a> {
|
|||
_ => panic!("invalid border style")
|
||||
};
|
||||
|
||||
let mut lighter_color;
|
||||
let lighter_color;
|
||||
let mut darker_color = color::black();
|
||||
if color != darker_color {
|
||||
darker_color = self.scale_color(color, if is_groove { 1.0/3.0 } else { 2.0/3.0 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue