From 8d703bbf3b9abf1042cee87a1612b3c23c5a2c50 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sat, 5 Sep 2015 13:25:36 +0200 Subject: Remove unneeded structs and methods --- gwic.go | 5 ----- 1 file changed, 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]+"\"") -- cgit v1.2.1-18-gbd029