]> git.saurik.com Git - wxWidgets.git/commit
Remove unnecessary manual face name selection code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Nov 2009 03:18:24 +0000 (03:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Nov 2009 03:18:24 +0000 (03:18 +0000)
commit76d88590ff9f9e46f0702e409d991d40b8e0ec00
tree4419add0c71cb37cf89ef51b8c84df31e5a28a41
parent9bd26720469feeb230da05b30f4c1cf7d9d7e703
Remove unnecessary manual face name selection code.

The change of r60391 made specifying the face name explicitly unnecessary but
left the code which filled "facename" array in wxNativeFontInfo::SetFamily()
with face names even though it was never used -- simply remove this code.

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