From cf3e748bd99e97d5c61887035520a959e1d133a2 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Wed, 10 Sep 2014 22:06:46 -0400 Subject: [PATCH] remove unused field --- hugolib/site.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hugolib/site.go b/hugolib/site.go index 02257131d..1db0d149f 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -89,7 +89,6 @@ type SiteInfo struct { DisqusShortname string Copyright string LastChange time.Time - ConfigGet func(key string) interface{} Permalinks PermalinkOverrides Params map[string]interface{} BuildDrafts bool