]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
Use fixed screen DPI of 96 when printing HTML.
[wxWidgets.git] / src / html / htmlwin.cpp
index 2b0e4b96cbe41d930b29a865cdf9b361ed72ce14..f61561184fa8b7aae5fbb7dfdbd757dcde79e17b 100644 (file)
@@ -799,8 +799,7 @@ void wxHtmlWindow::CreateLayout()
     }
 }
 
-
-
+#if wxUSE_CONFIG
 void wxHtmlWindow::ReadCustomization(wxConfigBase *cfg, wxString path)
 {
     wxString oldpath;
@@ -853,8 +852,7 @@ void wxHtmlWindow::WriteCustomization(wxConfigBase *cfg, wxString path)
     if (path != wxEmptyString)
         cfg->SetPath(oldpath);
 }
-
-
+#endif // wxUSE_CONFIG
 
 bool wxHtmlWindow::HistoryBack()
 {