aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/cutter.go b/cutter.go
index bc78a9c..294c990 100644
--- a/cutter.go
+++ b/cutter.go
@@ -64,13 +64,6 @@ func NewCutter(io *bufio.ReadWriter, o Orientation, rmlen Unit) Cutter {
return Cutter{io}
}
-const (
- NUL = 0x00
- ETX = 0x03 // End of Text
- ESC = 0x1B // Escape
- FS = 0x1C // File Separator
-)
-
func (c Cutter) Add(a ...interface{}) {
fmt.Fprint(c, a...)
}