Remove duplicated control names strings declarations from wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2011 13:25:38 +0000 (13:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2011 13:25:38 +0000 (13:25 +0000)
commit58d424d7e15e3b1fd88ef0adfe280b006250a54c
treed4a8d87135a2cc7ef8e17bc84ed0f2b9aea4ef62
parent4add61fd8b7e56adeb912503c67f4cf1a4065e79
Remove duplicated control names strings declarations from wxOSX.

There is no need to declare wxFooNameStr constants in wx/osx/foo.h files as
they are already declared in wx/foo.h.

Also remove a couple of header/forward declarations unnecessary for the same
reason.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/accel.h
include/wx/osx/choice.h
include/wx/osx/combobox.h
include/wx/osx/dialog.h
include/wx/osx/frame.h
include/wx/osx/gauge.h
include/wx/osx/slider.h
include/wx/osx/statbox.h
include/wx/osx/toolbar.h