]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / html / htmldefs.h
index 035491b9fd72d58ec011da330883c4aa4a46275c..26edbeee4bb4508cd75ad2633f6361379385b183 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 /////////////////////////////////////////////////////////////////////////////
 
 
 
 #define wxHTML_COND_ISANCHOR              1
         // Finds the anchor of 'param' name (pointer to wxString).
 
 #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_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
 
 #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 */
     /* 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 */
 
 #define wxHTML_PRINT_MAX_PAGES          999
     /* maximum number of pages printable via html printing */