Remove unused types Shortcode and ShortcodeFunc

This commit is contained in:
bep
2015-04-18 00:32:07 +02:00
parent be0d977009
commit bed053071e
3 changed files with 0 additions and 10 deletions

View File

@@ -487,7 +487,6 @@ func testSiteSetup(s *Site, t *testing.T) {
s.Menus = Menus{}
s.initializeSiteInfo()
s.Shortcodes = make(map[string]ShortcodeFunc)
if err := s.CreatePages(); err != nil {
t.Fatalf("Unable to create pages: %s", err)