From ac58f869ba63a3cca73bedddf93de9dfff1562d8 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Tue, 8 May 2001 21:58:34 +0000 Subject: [PATCH] removed 1 more redundant rule --- harbour/include/hbclass.ch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/harbour/include/hbclass.ch b/harbour/include/hbclass.ch index 174c57530a..10c4663e00 100644 --- a/harbour/include/hbclass.ch +++ b/harbour/include/hbclass.ch @@ -235,10 +235,6 @@ DECLARE TClass ; #xtranslate CLASS VAR => CLASSVAR #xtranslate CLASS METHOD => CLASSMETHOD -#xcommand METHOD [ AS ] DEFERRED => ; - _HB_MEMBER () [ AS ];; - s_oClass:AddVirtual( <(MethodName)> ) - #xcommand METHOD [ AS ] DEFERRED => ; _HB_MEMBER () [ AS ];; s_oClass:AddVirtual( <(MethodName)> )