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:
parent
aae53500af
commit
4647fc0833
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user