From 0d0c55fafb5442f0ba11055b13fa54c983bd4a4c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 16 May 2015 14:24:59 +0200 Subject: Add Step --- cutter.go | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cutter.go') diff --git a/cutter.go b/cutter.go index f35f400..cff16c7 100644 --- a/cutter.go +++ b/cutter.go @@ -78,16 +78,6 @@ func (c Cutter) Send(a ...interface{}) { c.EOT() } -type StepDirection byte - -const ( - StepStop StepDirection = 1 << iota >> 1 - StepDown - StepUp - StepRight - StepLeft -) - func (c Cutter) Esc(bytes ...byte) { c.WriteByte(ESC) for _, b := range bytes { -- cgit v1.2.3