aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-16 14:29:20 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-16 14:29:20 +0200
commitb0881b54f30c60314d14e6b6812d966f1a77936b (patch)
treea5ef14bdcf5456a0a79eeb1c1beb18cb2e0b6a1d /cutter.go
parent0d0c55fafb5442f0ba11055b13fa54c983bd4a4c (diff)
Rename StepDirection
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cutter.go b/cutter.go
index cff16c7..6c6b384 100644
--- a/cutter.go
+++ b/cutter.go
@@ -86,9 +86,9 @@ func (c Cutter) Esc(bytes ...byte) {
c.Flush()
}
-func (c Cutter) Step(dir StepDirection) {
- c.Esc(NUL, byte(dir))
-}
+//func (c Cutter) Step(dir StepDirection) {
+// c.Esc(NUL, byte(dir))
+//}
func (c Cutter) TestCut() {
c.Send("FH")