Remove assert checking for valid font in wxMSW wxDC::GetTextExtent().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Oct 2012 11:06:14 +0000 (11:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Oct 2012 11:06:14 +0000 (11:06 +0000)
commit4f21fcb1ae62cc301060f52654f815e6a44c26c9
treec586b757ecfffd101dc3019b284599f75565459a
parentb93bc51ed9009eba04113a0580e5693fd5021244
Remove assert checking for valid font in wxMSW wxDC::GetTextExtent().

It wasn't there before wxTextMEasure changes and it doesn't seem obvious why
should it be there, it should be possible to measure the text using the
default wxDC font without setting one explicitly.

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