Files
wxWidgets/include
Vadim Zeitlin f2ac6de05f Remove unused code for wxCAIRO_SCALE==0 in wxGTK
The code for wxCAIRO_SCALE==1 was used since eaeb99858d (Use
cairo_scale() for scaling to full printing resolution[...], 2008-04-30)
and it doesn't seem useful to keep the fallback/original version any
longer.

This simplifies the code, allows to get rid of m_PS2DEV and m_DEV2PS
members of wxGtkPrinterDCImpl (as they are always 1 now) and will
facilitate the upcoming changes.
2026-04-04 19:07:25 +02:00
..