summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/post.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/post.go b/content/post.go
index 37ad660..dcdfeff 100644
--- a/content/post.go
+++ b/content/post.go
@@ -88,8 +88,3 @@ func (p *Post) SetSlug(slug string) { p.Slug = slug }
// Editor partially implements editor.Editable
func (p *Post) Editor() *editor.Editor { return &p.editor }
-
-// // Accepts accepts or recjects external requests to submit Post content
-// func (p *Post) Accepts() bool {
-// return true
-// }