remove unused variable

This commit is contained in:
Henrique Dias
2017-01-25 14:08:38 +00:00
parent fc2a71c662
commit bf29debeae
3 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ type Config struct {
PrefixURL string
BaseURL string
WebDavURL string
Token string // Anti CSRF token
HugoEnabled bool // Enables the Hugo plugin for File Manager
HugoEnabled bool // Enables the Hugo plugin for File Manager
Users map[string]*User
BeforeSave CommandFunc
AfterSave CommandFunc