]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unneccesary (and unwanted) asserts
authorRon Lee <ron@debian.org>
Sun, 24 Sep 2000 15:25:57 +0000 (15:25 +0000)
committerRon Lee <ron@debian.org>
Sun, 24 Sep 2000 15:25:57 +0000 (15:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dcpsg.cpp

index 0ebc9c925af85aaac9d79a628f15321632438d2f..9239f644b7ac170a9807e83a182252e3b57702d6 100644 (file)
@@ -1875,8 +1875,6 @@ void wxPostScriptDC::DoGetTextExtent(const wxString& string,
     if (!fontToUse) fontToUse = (wxFont*) &m_font;
 
     wxCHECK_RET( fontToUse, wxT("GetTextExtent: no font defined") );
-    wxCHECK_RET( x, wxT("GetTextExtent: x == NULL") );
-    wxCHECK_RET( y, wxT("GetTextExtent: y == NULL") );
 
     const wxWX2MBbuf strbuf = string.mb_str();