removed invalid asserts for the STANDALONE_IMAGELIB...

git-svn-id: svn://10.0.0.236/trunk@15235 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1998-11-24 10:55:53 +00:00
parent f87bae1385
commit 7964c78293

View File

@@ -165,7 +165,9 @@ il_image_complete_notify(il_container *ic)
XP_BZERO(&message_data, sizeof(IL_MessageData));
#if !defined(STANDALONE_IMAGE_LIB)
PR_ASSERT(ic->clients);
#endif
for (image_req = ic->clients; image_req; image_req = image_req->next) {
message_data.image_instance = image_req;
XP_NotifyObservers(image_req->obs_list, IL_IMAGE_COMPLETE,
@@ -183,7 +185,9 @@ il_frame_complete_notify(il_container *ic)
XP_BZERO(&message_data, sizeof(IL_MessageData));
#if !defined(STANDALONE_IMAGE_LIB)
PR_ASSERT(ic->clients);
#endif
for (image_req = ic->clients; image_req; image_req = image_req->next) {
message_data.image_instance = image_req;
XP_NotifyObservers(image_req->obs_list, IL_FRAME_COMPLETE,