removed empty block

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Surovell 2005-11-21 21:42:58 +00:00
parent aae53500af
commit 4647fc0833

View File

@ -1985,10 +1985,6 @@ void wxPostScriptDC::DoGetTextExtent(const wxString& string,
if ( !afmName.empty() )
afmFile = wxFopen(afmName, wxT("r"));
if ( !afmFile )
{
}
if ( !afmFile )
{
#if defined(__UNIX__) && !defined(__VMS__)