зеркало из https://github.com/mozilla/gecko-dev.git
Comment out unused code that was breaking aix, dec and some others.
This commit is contained in:
Родитель
5052d3c4c8
Коммит
5207b614ce
|
@ -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
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
|
Загрузка…
Ссылка в новой задаче