chore: Remove TODO

This commit is contained in:
jmckiern 2020-12-14 19:03:48 +00:00 committed by Mike Welsh
parent cfd003de7a
commit a09ac58ebd
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ pub fn set_background_color<'gc>(
) -> Result<(), Error<'gc>> { ) -> Result<(), Error<'gc>> {
if let Ok(rgb) = value.coerce_to_u32(activation) { if let Ok(rgb) = value.coerce_to_u32(activation) {
this.set_background_color(activation.context.gc_context, rgb & 0xFFFFFF); this.set_background_color(activation.context.gc_context, rgb & 0xFFFFFF);
// TODO: check if can be transparent
} }
Ok(()) Ok(())
} }