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:
@@ -1985,10 +1985,6 @@ void wxPostScriptDC::DoGetTextExtent(const wxString& string,
|
|||||||
if ( !afmName.empty() )
|
if ( !afmName.empty() )
|
||||||
afmFile = wxFopen(afmName, wxT("r"));
|
afmFile = wxFopen(afmName, wxT("r"));
|
||||||
|
|
||||||
if ( !afmFile )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( !afmFile )
|
if ( !afmFile )
|
||||||
{
|
{
|
||||||
#if defined(__UNIX__) && !defined(__VMS__)
|
#if defined(__UNIX__) && !defined(__VMS__)
|
||||||
|
Reference in New Issue
Block a user