Delete unused CommentTree.add_comment

This commit is contained in:
Brian Simpson
2016-01-10 13:07:34 -08:00
parent f708d89a35
commit 695794cf7d

View File

@@ -240,9 +240,6 @@ class CommentTree:
impl = self.IMPLEMENTATIONS[self.link.comment_tree_version]
impl.add_comments(self, comments)
def add_comment(self, comment):
return self.add_comments([comment])
def delete_comment(self, comment, link):
impl = self.IMPLEMENTATIONS[link.comment_tree_version]
impl.delete_comment(self, comment)