commented out an annoying assert

This commit is contained in:
pierre%netscape.com 1999-01-05 03:51:17 +00:00
parent 8c9cbb39bc
commit ac05cfa842
2 changed files with 2 additions and 4 deletions

View File

@ -58,8 +58,7 @@ GDHandle thegd;
PixMapHandle thepix;
double pix_inch;
NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
// NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
// this is a windowptr, or grafptr, native to macintosh only
mSurface = aNativeWidget;

View File

@ -58,8 +58,7 @@ GDHandle thegd;
PixMapHandle thepix;
double pix_inch;
NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
// NS_ASSERTION(!(aNativeWidget == nsnull), "attempt to init devicecontext with null widget");
// this is a windowptr, or grafptr, native to macintosh only
mSurface = aNativeWidget;