From 37bd0ff8e832034ce3367f00a1b9fe0bcbed3b7c Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Sat, 17 Oct 1998 01:09:08 +0000 Subject: [PATCH] avoid some color warnings. We will have to fix the widget to get the colors right. git-svn-id: svn://10.0.0.236/trunk@13053 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/xfe/src/RDFTreeView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/cmd/xfe/src/RDFTreeView.cpp b/mozilla/cmd/xfe/src/RDFTreeView.cpp index 199e547de19..687f7115e6f 100644 --- a/mozilla/cmd/xfe/src/RDFTreeView.cpp +++ b/mozilla/cmd/xfe/src/RDFTreeView.cpp @@ -984,8 +984,6 @@ XFE_RDFTreeView::setHTTreeViewProperties( HT_View view) gotit = fe_GetPixelFromRGBString(getContext(), (char *) data, &pixel); if (gotit) { XtSetArg(av[ac], XmNbackground, pixel); ac++; - XtSetArg(av[ac], XmNcellBackground, pixel); ac++; - XtSetArg(av[ac], XmNblankBackground, pixel); ac++; } } @@ -997,7 +995,6 @@ XFE_RDFTreeView::setHTTreeViewProperties( HT_View view) gotit = fe_GetPixelFromRGBString(getContext(), (char *) data, &pixel); if (gotit) { XtSetArg(av[ac], XmNforeground, pixel); ac++; - XtSetArg(av[ac], XmNcellForeground, pixel); ac++; } }