mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
After discussion, it seems that transparent_white() has undefined behavior.
This commit is contained in:
parent
95bcc5747c
commit
cf2406de47
2 changed files with 1 additions and 6 deletions
|
@ -39,8 +39,3 @@ pub fn transparent_black() -> AzColor {
|
|||
pub fn white() -> AzColor {
|
||||
AzColor { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn transparent_white() -> AzColor {
|
||||
AzColor { r: 1.0, g: 1.0, b: 1.0, a: 0.0 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue