X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ab8b6ddfa26fbabeadad36966a21a42fe649b1..82c126e50158efee5a1f46e1200be380c5199f8d:/src/gtk1/dc.cpp diff --git a/src/gtk1/dc.cpp b/src/gtk1/dc.cpp index 53b451a8f3..6ca04a920e 100644 --- a/src/gtk1/dc.cpp +++ b/src/gtk1/dc.cpp @@ -25,14 +25,6 @@ wxDC::wxDC() { m_ok = FALSE; - m_mm_to_pix_x = (double)wxGetDisplaySize().GetWidth() / - (double)wxGetDisplaySizeMM().GetWidth(); - m_mm_to_pix_y = (double)wxGetDisplaySize().GetHeight() / - (double)wxGetDisplaySizeMM().GetHeight(); - - m_needComputeScaleX = FALSE; /* not used yet */ - m_needComputeScaleY = FALSE; /* not used yet */ - m_logicalFunction = wxCOPY; m_pen = *wxBLACK_PEN;