X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4eecf1150d4954e389f49c402756f2381915dd10..4508c2b01b806be847366f0b3da0f6e65ec23cc5:/include/wx/html/htmldefs.h diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 28e30779fa..26edbeee4b 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -4,7 +4,7 @@ // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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 */ @@ -126,32 +124,5 @@ #define wxHTML_FONT_SIZE_7 32 #endif - -#if WXWIN_COMPATIBILITY_2 - -#define HTML_ALIGN_LEFT wxHTML_ALIGN_LEFT -#define HTML_ALIGN_RIGHT wxHTML_ALIGN_RIGHT -#define HTML_ALIGN_TOP wxHTML_ALIGN_TOP -#define HTML_ALIGN_BOTTOM wxHTML_ALIGN_BOTTOM -#define HTML_ALIGN_CENTER wxHTML_ALIGN_CENTER -#define HTML_CLR_FOREGROUND wxHTML_CLR_FOREGROUND -#define HTML_CLR_BACKGROUND wxHTML_CLR_BACKGROUND -#define HTML_UNITS_PIXELS wxHTML_UNITS_PIXELS -#define HTML_UNITS_PERCENT wxHTML_UNITS_PERCENT -#define HTML_INDENT_LEFT wxHTML_INDENT_LEFT -#define HTML_INDENT_RIGHT wxHTML_INDENT_RIGHT -#define HTML_INDENT_TOP wxHTML_INDENT_TOP -#define HTML_INDENT_BOTTOM wxHTML_INDENT_BOTTOM -#define HTML_INDENT_HORIZONTAL wxHTML_INDENT_HORIZONTAL -#define HTML_INDENT_VERTICAL wxHTML_INDENT_VERTICAL -#define HTML_INDENT_ALL wxHTML_INDENT_ALL -#define HTML_COND_ISANCHOR wxHTML_COND_ISANCHOR -#define HTML_COND_ISIMAGEMAP wxHTML_COND_ISIMAGEMAP -#define HTML_COND_USER wxHTML_COND_USER - -#endif - - - #endif #endif