commented out an annoying assert

This commit is contained in:
pierre%netscape.com 1999-01-05 03:51:17 +00:00
Родитель fcb0d30f55
Коммит bee6ae8584
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;