diff --git a/product/ERP5Type/interfaces/component.py b/product/ERP5Type/interfaces/component.py
index ad0e0c9fb7bab6c84519e9e316bbf3a5f567f98d..d2c7addfbee61b63e6f060dc8f67f644cbeb1d88 100644
--- a/product/ERP5Type/interfaces/component.py
+++ b/product/ERP5Type/interfaces/component.py
@@ -48,22 +48,6 @@ class IComponent(Interface):
     then if no error is returned, validate it
     """
 
-  def hasErrorMessageList(obj):
-    """
-    Check whether there are error messages
-    """
-
-  def getErrorMessageList(obj):
-    """
-    Return errors, if any, which may have arised when the Component has been
-    modified after being validated
-    """
-
-  def load(obj, namespace_dict, validated_only=False, text_content=None):
-    """
-    Load the source code into the given dict
-    """
-
   def _getFilesystemPath():
     """
     Return the filesystem Component path for import into ZODB