From eab6b0d26f676c800b70ffddc072621052e8f09d Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Fri, 16 Feb 2024 04:32:50 +0000 Subject: [PATCH] cleanup --- animateDoorbell.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/animateDoorbell.go b/animateDoorbell.go index 41db878..a09e336 100644 --- a/animateDoorbell.go +++ b/animateDoorbell.go @@ -30,7 +30,4 @@ func (a *Animation) loadImage(imgType string, img string) { bigImage, _, _ := image.Decode(bytes.NewReader(baseImage)) a.doorbell.image = imaging.Resize(bigImage, 64, 64, imaging.Lanczos) a.ctx.Push() - a.ctx.SetColor(color.Black) - a.ctx.SetColor(color.White) - a.ctx.Clear() }