From acfde2cd27b371258f4c30f58861358063747975 Mon Sep 17 00:00:00 2001
From: Wenjie Zheng <wenjie.zheng@tiolive.com>
Date: Mon, 3 Aug 2015 09:03:59 +0000
Subject: [PATCH] patches/DCWorkflow.py: remove unused patched function
 getProperty.

---
 product/ERP5Type/patches/DCWorkflow.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5Type/patches/DCWorkflow.py b/product/ERP5Type/patches/DCWorkflow.py
index c67982aae4..9835b6e600 100644
--- a/product/ERP5Type/patches/DCWorkflow.py
+++ b/product/ERP5Type/patches/DCWorkflow.py
@@ -810,8 +810,6 @@ def DCWorkflowDefinition_getWorklistIdList(self):
   return []
 def DCWorkflowDefinition_propertyIds(self):
   return sorted(self.__dict__.keys())
-def DCWorkflowDefinition_getProperty(self,prop_id):
-  return self.__dict__[prop_id]
 def DCWorkflowDefinition_getScriptValueList(self):
   if self.scripts is not None:
     return self.scripts
@@ -1061,7 +1059,6 @@ DCWorkflowDefinition.getWorklistIdList = DCWorkflowDefinition_getWorklistIdList
 DCWorkflowDefinition.showAsXML = DCWorkflowDefinition_showAsXML
 DCWorkflowDefinition.showDict = DCWorkflowDefinition_showDict
 DCWorkflowDefinition.propertyIds = DCWorkflowDefinition_propertyIds
-DCWorkflowDefinition.getProperty = DCWorkflowDefinition_getProperty
 DCWorkflowDefinition.getStateVariable = DCWorkflowDefinition_getStateVariable
 DCWorkflowDefinition.getPortalType = DCWorkflowDefinition_getPortalType
 StateDefinition.getReference = method_getReference
-- 
2.30.9