From ed4c6168aec7864cb57ee1e6d0ea7049c6fecde5 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 5 Sep 2001 05:12:06 +0000 Subject: [PATCH] DATA cName removed, as it is already provided by TPersistent --- harbour/contrib/hgf/win32/tform.prg | 1 - 1 file changed, 1 deletion(-) diff --git a/harbour/contrib/hgf/win32/tform.prg b/harbour/contrib/hgf/win32/tform.prg index 183399d035..939de16eae 100644 --- a/harbour/contrib/hgf/win32/tform.prg +++ b/harbour/contrib/hgf/win32/tform.prg @@ -66,7 +66,6 @@ CLASS TForm FROM TPersistent DATA hWnd DATA oMainMenu - DATA cName DATA OnClick PROPERTY