diff options
Diffstat (limited to 'modules/template/template.go')
-rw-r--r-- | modules/template/template.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/template/template.go b/modules/template/template.go index 1b5e0a11ad..c05335f2e6 100644 --- a/modules/template/template.go +++ b/modules/template/template.go @@ -228,7 +228,6 @@ func RenderCommitMessage(full bool, msg, urlPrefix string, metas map[string]stri type Actioner interface { GetOpType() int GetActUserName() string - GetActEmail() string GetRepoUserName() string GetRepoName() string GetRepoPath() string |