From 2442892fec742bc0536598cadc87db329861ab1a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 9 May 2015 08:33:43 +0200 Subject: [PATCH] fix, patch dep, only when loading not when cloning --- src/ce_dmdwrap.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ce_dmdwrap.pas b/src/ce_dmdwrap.pas index 3fc5750e..acd8825d 100644 --- a/src/ce_dmdwrap.pas +++ b/src/ce_dmdwrap.pas @@ -629,8 +629,6 @@ begin fRelease := src.fRelease; fAllinst := src.fAllInst; fStackStomp := src.fStackStomp; - // - depPatch; end else inherited; end;