From cf4fa97a2145117589ba99ee3d0ec7efa316ce2f Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sat, 29 Aug 1998 06:12:03 +0000 Subject: [PATCH] Commented out outdated non-OJI section. git-svn-id: svn://10.0.0.236/trunk@8809 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/xfe/lay.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/cmd/xfe/lay.c b/mozilla/cmd/xfe/lay.c index 7e22e3ac047..ebe8fa4c8bf 100644 --- a/mozilla/cmd/xfe/lay.c +++ b/mozilla/cmd/xfe/lay.c @@ -2742,15 +2742,15 @@ XFE_GetEmbedSize (MWContext *context, LO_EmbedStruct *embed_struct, to XFE_CreateEmbedWindow() */ if((embed_struct->objTag.width == 1) && (embed_struct->objTag.height == 1) && -#ifdef OJI +/* #ifdef OJI */ (embed_struct->attributes.n > 0) && (!strcmp(embed_struct->attributes.names[0], "src")) && (!strcmp(embed_struct->attributes.values[0], "internal-external-plugin"))) { -#else +/* #else (embed_struct->attribute_cnt > 0) && (!strcmp(embed_struct->attribute_list[0], "src")) && (!strcmp(embed_struct->value_list[0], "internal-external-plugin"))) { -#endif /* OJI */ +#endif */ /* OJI */ CONTEXT_DATA(context)->is_fullpage_plugin = 1; }