removed calls to wxWindowBase::InitBase(), it is called from the ctor anyhow (and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Oct 2003 23:08:39 +0000 (23:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Oct 2003 23:08:39 +0000 (23:08 +0000)
commit727953356df2db52b0292589782175fd6de37e03
tree8549a495630038f562df3bb8ebac22fd64ff1d7e
parent8ccff7d2116057a0e79db28491a6c7fdf4051a58
removed calls to wxWindowBase::InitBase(), it is called from the ctor anyhow (and so was called twice)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/spinbutt.h
src/common/wincmn.cpp
src/gtk/window.cpp
src/gtk1/window.cpp
src/mac/carbon/window.cpp
src/mac/window.cpp
src/mgl/window.cpp
src/motif/choice.cpp
src/motif/spinbutt.cpp
src/motif/window.cpp
src/msw/spinbutt.cpp
src/os2/window.cpp
src/x11/window.cpp