]> git.saurik.com Git - wxWidgets.git/commit
Remove empty and unnecessary wxFontDialogBase destructor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Mar 2012 23:31:25 +0000 (23:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Mar 2012 23:31:25 +0000 (23:31 +0000)
commit996de8322b2a9f5e77e94a49eb5a97e0b25fc1ca
treeb125279949629819ea09c8fb8b76cf4d4c6457af
parenta4087a43244ae57917c28e7980f06a42d7069a8a
Remove empty and unnecessary wxFontDialogBase destructor.

This fixes build with wxUSE_FONTMAP==0 as this dtor was only defined inside
"#if wxUSE_FONTMAP" section. Instead of fixing this, just get rid of this dtor
entirely as it was unnecessary anyhow.

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