From: Nate Finch Date: Thu, 11 Sep 2014 02:06:46 +0000 (-0400) Subject: remove unused field X-Git-Tag: v0.13~411 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf3e748b;p=brevno-suite%2Fhugo remove unused field --- diff --git a/hugolib/site.go b/hugolib/site.go index 02257131..1db0d149 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