Comment out unused code that was breaking aix, dec and some others.

This commit is contained in:
ramiro%netscape.com 1999-05-03 21:36:18 +00:00
Родитель 5052d3c4c8
Коммит 5207b614ce
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,7 @@ nsGtkUtils::gtk_widget_set_color(GtkWidget * widget,
GtkStateType state,
GdkColor * color)
{
#if 0
GtkRcStyle * rc_style;
g_return_if_fail (widget != NULL);
@ -110,5 +111,6 @@ nsGtkUtils::gtk_widget_set_color(GtkWidget * widget,
rc_style->color_flags[state] |= GTK_RC_BASE;
rc_style->base[state] = *color;
}
#endif
}
//////////////////////////////////////////////////////////////////