about summary refs log tree commit diff stats
path: root/src/img/bitmap.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/img/bitmap.nim')
-rw-r--r--src/img/bitmap.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/img/bitmap.nim b/src/img/bitmap.nim
index 54f17ff5..064e574d 100644
--- a/src/img/bitmap.nim
+++ b/src/img/bitmap.nim
@@ -1,10 +1,6 @@
 import types/color
 
 type
-  CanvasFillRule* = enum
-    NON_ZERO = "nonzero"
-    EVEN_ODD = "evenodd"
-
   Bitmap* = ref object of RootObj
     px*: seq[RGBAColor]
     width*: uint64