Remove wxOSX implementation of wxSpinCtrl and use the generic one.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:24:12 +0000 (20:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:24:12 +0000 (20:24 +0000)
commit36090ae57eff3e53cd74f504aaaa727b3bdb6ac8
tree30d8e311f36d56424f78ac1ec6f64be17af99e28
parent62f96636b57d44bb8f4d7a3bac482f2c8c482f82
Remove wxOSX implementation of wxSpinCtrl and use the generic one.

wxOSX doesn't provide a native spinner+text control so it used a generic
implementation of wxSpinCtrl but a different one to the version found in
src/generic/spinctlg.cpp.

Just use the real generic version instead, it doesn't make sense to have two
different versions of the same generic control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/files.bkl
include/wx/osx/spinctrl.h [deleted file]
include/wx/spinctrl.h
src/osx/spinctrl_osx.cpp [deleted file]