revert changes from 27368 (add enabled to interface). A property with the same name and function is already there.

svn path=/plone.app.discussion/trunk/; revision=27378
This commit is contained in:
Timo Stollenwerk 2009-06-11 03:37:55 +00:00
parent 9b66f62b66
commit 9558732ed9
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ class IConversation(IIterableMapping):
size specified.
"""
def enabled():
"""Return True if discussion is enabled on this conversation.
"""
def getThreads(start=0, size=None, root=0, depth=None):
"""Return a batch of comment objects for rendering.