Backed out hack for loading image problems in Composer

git-svn-id: svn://10.0.0.236/trunk@6834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com 1998-07-30 02:32:46 +00:00
parent 23a6ffe225
commit db02faf87d
2 changed files with 0 additions and 9 deletions

View File

@ -474,9 +474,6 @@ struct URL_Struct_ {
*/ /* larubbio */
int owner_id; /* unique ID for each library:
NPL (plugins) => 0x0000BAC0;
EDITOR => 0x000000ED;
used to tell Image MIME converter we are an editor
(see IL_ViewStream in libimg/external.c)
*/
void *owner_data; /* private data owned by whomever created the URL_Struct */
char *page_services_url;

View File

@ -1874,12 +1874,6 @@ IL_GetImage(const char* image_url,
ic->net_cx->AddReferer(url);
#endif
/* EXTREME HACK ALERT!
Special signal for Composer (Editor)
This will be used in IL_ViewStream to tell we are an editor
and use IL_NewStream instead (as we did in 4.06 code) */
url->SetOwnerId((int)flags);
ic->is_looping = FALSE;
ic->url = url;
/* Record the fact that we are calling NetLib to load a URL. */