]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
Fix wrong format specifiers in the samples.
[wxWidgets.git] / include / wx / html / htmldefs.h
index 469f7072860a6703f627445deb4843f6b3eb478e..4b9d54e9ec1c2c0b8de05ab14bb8790b98714f67 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        htmldefs.h
+// Name:        wx/html/htmldefs.h
 // Purpose:     constants for wxhtml library
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -95,9 +95,6 @@
     /* size of temporary buffer used during parsing */
 #define wxHTML_BUFLEN                  1024
 
-    /* maximum number of pages printable via html printing */
-#define wxHTML_PRINT_MAX_PAGES          999
-
 #endif // wxUSE_HTML
 
 #endif // _WX_HTMLDEFS_H_