don't test whether m_selection is NULL both before calling CopySelection() and inside...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Nov 2003 23:52:48 +0000 (23:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Nov 2003 23:52:48 +0000 (23:52 +0000)
commit8feaa81f86151eca0bec1ad214e12a50dc735dea
tree71b3213438bb021f32e3d065956d1cf981056eb0
parent689c48297e0761c02cbaa6836f902d31ccbd50d0
don't test whether m_selection is NULL both before calling CopySelection() and inside it; one time is enough

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