mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Now that we use C++11 there is no need to have our own Shrink() implementation when we can just use the standard function. Also mention that it's the same as shrink_to_fit() in Shrink() documentation. No real changes, just simplify the code and make it more efficient.