remove unused field
authorNate Finch <nate.finch@gmail.com>
Thu, 11 Sep 2014 02:06:46 +0000 (22:06 -0400)
committerNate Finch <nate.finch@gmail.com>
Fri, 12 Sep 2014 11:25:45 +0000 (07:25 -0400)
hugolib/site.go

index 02257131d55dee17ead5d4bc85922e8bf730c66d..1db0d149fcfe890f9fd2d09d2340e0c87d9d4364 100644 (file)
@@ -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