From 672c59ff05d01d2c58383b8421d44bcceadac28f Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 6 Sep 2001 13:10:07 +0000 Subject: [PATCH] a minor fix --- harbour/contrib/hgf/tests/form3res.prg | 2 -- 1 file changed, 2 deletions(-) diff --git a/harbour/contrib/hgf/tests/form3res.prg b/harbour/contrib/hgf/tests/form3res.prg index 367a639e3e..d9dd975493 100644 --- a/harbour/contrib/hgf/tests/form3res.prg +++ b/harbour/contrib/hgf/tests/form3res.prg @@ -17,8 +17,6 @@ return nil CLASS TForm3 FROM TForm - DATA aTest PROPERTY - METHOD FormClick( oSender, nX, nY ) INLINE MsgInfo( "Click" ) ENDCLASS \ No newline at end of file