From 6dfe3f612f32b36a17463ddf0a95f92f8f4fc67d Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 5 Jan 2010 02:52:14 +0000 Subject: [PATCH] 2010-01-05 03:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicdp.h * removed unused in current code HB_CODEPAGE_INIT() macro --- harbour/ChangeLog | 4 ++++ harbour/include/hbapicdp.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 50a42acfc5..cdc8476dbe 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-05 03:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbapicdp.h + * removed unused in current code HB_CODEPAGE_INIT() macro + 2010-01-04 16:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg diff --git a/harbour/include/hbapicdp.h b/harbour/include/hbapicdp.h index cd33b815d8..bbce2bba1f 100644 --- a/harbour/include/hbapicdp.h +++ b/harbour/include/hbapicdp.h @@ -69,10 +69,6 @@ HB_EXTERN_BEGIN #define HB_CODEPAGE_ANNOUNCE( id ) HB_CODEPAGE_ANNOUNCE_( id ) #define HB_CODEPAGE_ANNOUNCE_( id ) HB_FUNC( HB_CODEPAGE_##id ) {} -#define HB_CODEPAGE_INIT( id ) HB_CODEPAGE_ANNOUNCE( id ) \ - HB_CALL_ON_STARTUP_BEGIN( hb_codepage_Init_##id ) \ - hb_cdpRegister( &s_codepage ); \ - HB_CALL_ON_STARTUP_END( hb_codepage_Init_##id ) #if defined( HB_OS_WIN ) typedef wchar_t HB_WCHAR;