]> git.saurik.com Git - wxWidgets.git/commitdiff
wxHTML_REALLOC_STEP not used anymore
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Jun 2004 21:43:23 +0000 (21:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Jun 2004 21:43:23 +0000 (21:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmldefs.h

index 225625d4dd18224cb8e59375e3ab5b4c74a61930..38f74088d4b1828d507a7decc1a0439156b8d33c 100644 (file)
@@ -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 */