summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gwic.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/gwic.go b/gwic.go
index ec7a7e3..3c6522a 100644
--- a/gwic.go
+++ b/gwic.go
@@ -11,11 +11,6 @@ import (
"text/tabwriter"
)
-type queue []string
-
-func (q *queue) insert(s string) {
-}
-
func printWithContext(all []string, ind, ctxlen int) {
var slice []string
slice = append(slice, "\""+all[ind]+"\"")