summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-29 20:00:06 -0700
committerUnknwon <u@gogs.io>2016-08-29 20:00:06 -0700
commit28cf0e6aaa3cf9cc8e29524bd8e400587fc72d22 (patch)
tree03c2983e1e49650032e0e045c0b5dca90cb850dd /modules/auth/repo_form.go
parent92fb30c5260cc067da28ae3cd031b76f7b7976db (diff)
downloadgitea-28cf0e6aaa3cf9cc8e29524bd8e400587fc72d22.tar.gz
gitea-28cf0e6aaa3cf9cc8e29524bd8e400587fc72d22.zip
#3459 code quality improvement
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 194f332695..0ed4c1b22a 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -220,8 +220,6 @@ func (f *CreateLabelForm) Validate(ctx *macaron.Context, errs binding.Errors) bi
return validate(errs, ctx.Data, f, ctx.Locale)
}
-// Label templates
-
type InitializeLabelsForm struct {
TemplateName string `binding:"Required"`
}