X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba804ab2d429c03bf5b20989d207d2b1ebe049f4..3ecb4c01f276f9050d1e976a0791ea496cca5c18:/include/wx/html/htmldefs.h diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 469f707286..4b9d54e9ec 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -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_