summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorNate Finch <nate.finch@gmail.com>2014-09-10 22:06:46 -0400
committerNate Finch <nate.finch@gmail.com>2014-09-12 07:25:45 -0400
commitcf3e748bd99e97d5c61887035520a959e1d133a2 (patch)
treed72635b06a0b2f558aa1240d730e8c0de3e68923 /hugolib
parenta72ca38c07f5acd55f29b112afa3cd9830ba4cc4 (diff)
remove unused field
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/site.go1
1 files changed, 0 insertions, 1 deletions
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