From 5f7358f0fb24b25352a69c2e6ed8c013f50547dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 28 Jun 2004 21:43:23 +0000 Subject: [PATCH] wxHTML_REALLOC_STEP not used anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmldefs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 225625d4dd..38f74088d4 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -93,8 +93,6 @@ /* size of one scroll step of wxHtmlWindow in pixels */ #define wxHTML_BUFLEN 1024 /* size of temporary buffer used during parsing */ -#define wxHTML_REALLOC_STEP 32 - /* steps of array reallocation */ #define wxHTML_PRINT_MAX_PAGES 999 /* maximum number of pages printable via html printing */ -- 2.50.0