diff --git a/product/ERP5/Document/PredicateGroup.py b/product/ERP5/Document/PredicateGroup.py
index 7d6c79c13686cf49170f5f7dcb4664cea5a4f29c..e20529008295df91e3591686443cb3db26bcef83 100755
--- a/product/ERP5/Document/PredicateGroup.py
+++ b/product/ERP5/Document/PredicateGroup.py
@@ -166,14 +166,6 @@ identify a bank account."""
     """
     pass
 
-  security.declareProtected( Permissions.View, 'getTitle' )
-  def getTitle(self):
-    """
-      The title of a predicate is its operator representations
-    """
-    return getattr(self, 'title', self.getPredicateOperator())
-
-
   security.declareProtected( Permissions.AccessContentsInformation, 'getCriterionList' )
   def getCriterionList(self, **kw):
     """