From fd52dfecb46d3e23305020ad845b8ecc5e10049a Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Thu, 7 Jul 2022 16:24:36 -0500 Subject: [PATCH] unused now that mask type is in common --- src/pixie/fileformats/png.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/fileformats/png.nim b/src/pixie/fileformats/png.nim index f7af75b..79c694d 100644 --- a/src/pixie/fileformats/png.nim +++ b/src/pixie/fileformats/png.nim @@ -1,5 +1,5 @@ import chroma, flatty/binny, math, pixie/common, pixie/images, pixie/internal, - pixie/masks, zippy, zippy/crc + zippy, zippy/crc when defined(amd64) and allowSimd: import nimsimd/sse2