commands: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen 2016-03-14 15:24:42 +01:00
parent 91ffc76b24
commit c21dc16dbe
2 changed files with 3 additions and 8 deletions

View file

@ -33,10 +33,7 @@ import (
var (
configFormat string
contentEditor string
contentFormat string
contentFrontMatter string
contentType string
siteType string
)
func init() {

View file

@ -26,8 +26,6 @@ import (
"github.com/spf13/hugo/hugolib"
)
var timeLayout string // the layout for time.Time
var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of Hugo",