No real changes, just get rid of _wxMenuAt() in wxOSX menu code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Dec 2010 15:02:38 +0000 (15:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Dec 2010 15:02:38 +0000 (15:02 +0000)
commit8a1459665d29fb62f9a89571bd6e0a2d27b05cf0
tree06c53895089a2c02762605c8df5f401a35aa84ba
parent4027f0d759c4fe3160affbfd27148cb56a1e706d
No real changes, just get rid of _wxMenuAt() in wxOSX menu code.

The _wxMenuAt() function was totally unnecessary and duplicated the existing
wxMenuBar::GetMenu() so simply remove it and use GetMenu() instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/menu_osx.cpp