aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go10
1 files changed, 0 insertions, 10 deletions
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 {