sokoke_widget_set_pango_font_style can be static

This commit is contained in:
Christian Dywan 2011-10-28 22:26:23 +02:00
parent 2976f6ebb2
commit 8f540b3d86
2 changed files with 1 additions and 5 deletions

View file

@ -853,7 +853,7 @@ sokoke_xfce_header_new (const gchar* icon,
return NULL;
}
void
static void
sokoke_widget_set_pango_font_style (GtkWidget* widget,
PangoStyle style)
{

View file

@ -68,10 +68,6 @@ GtkWidget*
sokoke_xfce_header_new (const gchar* icon,
const gchar* title);
void
sokoke_widget_set_pango_font_style (GtkWidget* widget,
PangoStyle style);
void
sokoke_entry_set_default_text (GtkEntry* entry,
const gchar* default_text);