commented out an annoying assert

git-svn-id: svn://10.0.0.236/trunk@17135 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com
1999-01-05 03:51:17 +00:00
parent 24e8e9d5cd
commit 2266917d12
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;