From 7ee63a825b4ecf8007c6cd9c62b420c1715eb968 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 15 May 2015 14:44:05 +0200 Subject: Readd search marks --- cutter.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cutter.go') 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...) } -- cgit v1.2.3