From b868fdf88678a9229c330cc0edc2bb35d24b7ff6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 25 Feb 2011 11:06:56 +0000
Subject: [PATCH] remove useless code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43729 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Delivery.py | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/product/ERP5/Document/Delivery.py b/product/ERP5/Document/Delivery.py
index 25594acbc8..b9ffda92fa 100644
--- a/product/ERP5/Document/Delivery.py
+++ b/product/ERP5/Document/Delivery.py
@@ -687,17 +687,6 @@ class Delivery(XMLObject, ImmobilisationDelivery,
 #       kw['category'] = self._getMovementResourceList()
 #       return self.portal_simulation.getAvailableInventoryAssetPrice(**kw)
 
-    security.declarePrivate( '_edit' )
-    def _edit(self, REQUEST=None, force_update = 0, **kw):
-      """
-      call propagateArrowToSimulation
-      """
-      XMLObject._edit(self,REQUEST=REQUEST,force_update=force_update,**kw)
-      #self.propagateArrowToSimulation()
-      # We must expand our applied rule only if not confirmed
-      #if self.getSimulationState() in planned_order_state:
-      #  self.updateAppliedRule() # This should be implemented with the interaction tool rather than with this hard coding
-
     ##########################################################################
     # Applied Rule stuff
     @UnrestrictedMethod # XXX-JPS What is this ?
-- 
2.30.9