]> git.saurik.com Git - wxWidgets.git/commit
No changes, just remove unnecessary wxPickerBase::OnSize().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jul 2011 22:19:41 +0000 (22:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jul 2011 22:19:41 +0000 (22:19 +0000)
commitf0e5d5d22ce012e9312a63175d79c0f4a8d444be
tree3fc8836afcf782a05f3d6ae610aac6068875e11b
parenta3edb930b96c3d8af31e8f57faa072dd61dd200c
No changes, just remove unnecessary wxPickerBase::OnSize().

This method did the same thing as the base wxWindow class event handler.

Also remove wxPickerBase event table which became empty after removing this
method.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/pickerbase.h
src/common/pickerbase.cpp