From d0cb2bf7bb59eeaf72340711b6f01b6faaca2837 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Mon, 8 Feb 2021 21:52:04 -0600 Subject: [PATCH] unused --- src/pixie/masks.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pixie/masks.nim b/src/pixie/masks.nim index 2722f64..e43347a 100644 --- a/src/pixie/masks.nim +++ b/src/pixie/masks.nim @@ -1,8 +1,5 @@ import blends, common, vmath, system/memory -when defined(amd64) and not defined(pixieNoSimd): - import nimsimd/sse2 - type Mask* = ref object ## Mask object that holds mask opacity data.