aboutsummaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-15 13:49:12 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-15 13:49:12 +0200
commitf8a3589bb9842ccf11a015be6fb26e50529ca040 (patch)
tree47e383bfa5c2eb8725e3bd847668c0d1762c1704 /misc.go
parent45d4b0df550fe3e2d56e25bc84717c289a134259 (diff)
Prepare to switch
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")
}
}
+*/