X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ab8b6ddfa26fbabeadad36966a21a42fe649b1..0bd2681966523df88ad5cf8e505b532843e58d74:/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;