summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2015-09-05 13:25:36 +0200
committerSilvan Jegen <s.jegen@gmail.com>2015-09-05 13:25:36 +0200
commit8d703bbf3b9abf1042cee87a1612b3c23c5a2c50 (patch)
tree311f948f23a2c76ad442c36843ee07792c072d5e
parentb521ffe4f0bd5d9645a50ebb4e1677b298c8fe97 (diff)
Remove unneeded structs and methods
-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]+"\"")