X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..498a1eeb8d044ef64815352ecabe4c223adf8c6a:/include/wx/html/htmldefs.h diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 225625d4dd..26edbeee4b 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -75,11 +75,11 @@ #define wxHTML_COND_ISANCHOR 1 // Finds the anchor of 'param' name (pointer to wxString). - + #define wxHTML_COND_ISIMAGEMAP 2 // Finds imagemap of 'param' name (pointer to wxString). // (used exclusively by m_image.cpp) - + #define wxHTML_COND_USER 10000 // User-defined conditions should start from this number @@ -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 */