]> git.saurik.com Git - wxWidgets.git/commitdiff
removed empty block
authorDavid Surovell <davids@osafoundation.org>
Mon, 21 Nov 2005 21:42:58 +0000 (21:42 +0000)
committerDavid Surovell <davids@osafoundation.org>
Mon, 21 Nov 2005 21:42:58 +0000 (21:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dcpsg.cpp

index d1d7bd66d8162377b8272b69c09c13c573a23fc6..a93dffc55a76f34c9c4e4ecc2aa1c70ff4711f9a 100644 (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__)