Remove and update deprecation status

This commit is contained in:
Bjørn Erik Pedersen
2018-01-25 09:58:55 +01:00
parent b2fcbb1f97
commit d418c2c2ea
11 changed files with 2 additions and 90 deletions

View File

@@ -371,11 +371,6 @@ type SiteInfo struct {
sectionPagesMenu string
}
func (s *SiteInfo) Files() []source.File {
helpers.Deprecated(".Site", "Files", "", true)
return nil
}
func (s *SiteInfo) String() string {
return fmt.Sprintf("Site(%q)", s.Title)
}