Remove an assertion that is not needed.

* libnautilus-extensions/nautilus-buffered-widget.c:
	(create_background_pixbuf_from_ancestor):
	Remove an assertion that is not needed.
This commit is contained in:
Ramiro Estrugo 2000-09-04 15:09:37 +00:00
parent 93861b3494
commit 3248c2ca52
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2000-09-04 Ramiro Estrugo <ramiro@eazel.com>
* libnautilus-extensions/nautilus-buffered-widget.c:
(create_background_pixbuf_from_ancestor):
Remove an assertion that is not needed.
2000-09-04 Ramiro Estrugo <ramiro@eazel.com>
Work on task 1588.

View file

@ -580,8 +580,6 @@ create_background_pixbuf_from_ancestor (const NautilusBufferedWidget *buffered_w
widget->allocation.width,
widget->allocation.height);
g_assert (pixbuf != NULL);
gdk_pixmap_unref (pixmap);
}

View file

@ -580,8 +580,6 @@ create_background_pixbuf_from_ancestor (const NautilusBufferedWidget *buffered_w
widget->allocation.width,
widget->allocation.height);
g_assert (pixbuf != NULL);
gdk_pixmap_unref (pixmap);
}