about summary refs log tree commit diff stats
path: root/lib/Octans/GenerateFrame.rakumod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Octans/GenerateFrame.rakumod')
-rw-r--r--lib/Octans/GenerateFrame.rakumod2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Octans/GenerateFrame.rakumod b/lib/Octans/GenerateFrame.rakumod
index ba7fc5b..9fe5754 100644
--- a/lib/Octans/GenerateFrame.rakumod
+++ b/lib/Octans/GenerateFrame.rakumod
@@ -20,8 +20,6 @@ constant %C = (
     fg-special-calm => "#61284f",
 ).map: {.key => hex2rgb(.value)};
 
-enum IterStatus <Walking Blocked Completed>;
-
 sub generate-frame(
     :%canvas, :$out, :$side, :@puzzle, :@visited, :%meta, :$found
 ) is export {