From: Vadim Zeitlin Date: Sun, 3 Aug 2003 23:30:54 +0000 (+0000) Subject: PRINTING is not dependent on DOCVIEW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b832916db7550913141f7753b4bc80c7df22ffc9?ds=sidebyside PRINTING is not dependent on DOCVIEW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 8732dfc01b..cd32106010 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1177,15 +1177,6 @@ # define wxUSE_COMBOBOX 1 # endif # endif - -# if !wxUSE_DOC_VIEW_ARCHITECTURE -# ifdef wxABORT_ON_CONFIG_ERROR -# error "Print architecture requires wxUSE_DOC_VIEW_ARCHITECTURE" -# else -# undef wxUSE_DOC_VIEW_ARCHITECTURE -# define wxUSE_DOC_VIEW_ARCHITECTURE 1 -# endif -# endif #endif /* wxUSE_PRINTING_ARCHITECTURE */ #if wxUSE_MDI_ARCHITECTURE