From c7477716f261dae25d5a14001e009b4dc247bf8c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 10 Sep 2007 01:39:35 +0000 Subject: [PATCH] 2007-09-10 03:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/scrollbr.prg * source/rtl/tpopup.prg % Removed two no more needed classname override lines. --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/scrollbr.prg | 2 -- harbour/source/rtl/tpopup.prg | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3c1b70b039..f2836a6efc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-09-10 03:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * source/rtl/scrollbr.prg + * source/rtl/tpopup.prg + % Removed two no more needed classname override lines. + 2007-09-10 03:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/color53.prg ! Fixed ApplyDefau(). diff --git a/harbour/source/rtl/scrollbr.prg b/harbour/source/rtl/scrollbr.prg index 90bd785f25..62910f877b 100644 --- a/harbour/source/rtl/scrollbr.prg +++ b/harbour/source/rtl/scrollbr.prg @@ -69,8 +69,6 @@ CREATE CLASS SCROLLBAR FUNCTION HBScrollBar EXPORT: - VAR ClassName INIT "SCROLLBAR" - VAR cargo METHOD barLength() SETGET diff --git a/harbour/source/rtl/tpopup.prg b/harbour/source/rtl/tpopup.prg index a150c32eb5..7f81a2875c 100644 --- a/harbour/source/rtl/tpopup.prg +++ b/harbour/source/rtl/tpopup.prg @@ -70,8 +70,6 @@ CREATE CLASS POPUPMENU FUNCTION HBPopUpMenu EXPORT: - VAR ClassName INIT "POPUPMENU" - VAR cargo #ifdef HB_EXTENSION VAR shadowed INIT .F. AS LOGICAL /* NOTE: This method is a Harbour extension [vszakats] */