mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Don't confuse things even more by defining macros or functions that do exactly the same thing as LogicalToDevice[XY] and DeviceToLogical[XY] member functions of wxDCImpl. This is just completely unnecessary, simply use the functions themselves directly instead. Note that there are still definitions of such macros in wxMSWDCImpl and wxPostScriptDCImpl code, but they actually do something different and so can't be just replaced with the function calls. No real changes.