From 9558732ed94f1b113bf753d93301a5ca3a67b167 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 11 Jun 2009 03:37:55 +0000 Subject: [PATCH] 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 --- plone/app/discussion/interfaces.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 288f0b1..f516925 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -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.