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

@@ -28,13 +28,6 @@ import (
jww "github.com/spf13/jwalterweatherman"
)
type ShortcodeFunc func([]string) string
type Shortcode struct {
Name string
Func ShortcodeFunc
}
type ShortcodeWithPage struct {
Params interface{}
Inner template.HTML