aboutsummaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc.go')
-rw-r--r--misc.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc.go b/misc.go
index 3366770..c271ce9 100644
--- a/misc.go
+++ b/misc.go
@@ -29,15 +29,6 @@ func (c Cutter) DrawCircles() {
}
}
-func (c Cutter) DrawPic() {
- for _, path := range parsePage() {
- c.Move(path[0])
- for _, p := range path[1:] {
- c.Draw(p)
- }
- }
-}
-
func (c Cutter) MustMarks(p Point) {
if !c.SearchMarks(p) {
log.Fatal("marks not found")