aboutsummaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc.go')
-rw-r--r--misc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.go b/misc.go
index 9b756c2..e0cb624 100644
--- a/misc.go
+++ b/misc.go
@@ -1,5 +1,6 @@
package main
+/*
import "log"
func (c Cutter) DrawAtom() {
@@ -32,3 +33,4 @@ func (c Cutter) MustMarks(p Point, typ MarksType) {
log.Fatal("marks not found")
}
}
+*/