]> spindle.queued.net Git - midori/commitdiff
sokoke_widget_set_pango_font_style can be static
authorChristian Dywan <christian@twotoasts.de>
Fri, 28 Oct 2011 20:26:23 +0000 (22:26 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 28 Oct 2011 20:49:10 +0000 (22:49 +0200)
midori/sokoke.c
midori/sokoke.h

index 1a7b8988d08bad948cf637552fe9a06a5767c871..3dfb7e51ddcd879c88724118cb748d115a3cf8e9 100644 (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)
 {
index f21935b86019defb8a38f1221b3a89d0c118c82d..8d70b5f06f371af1a024aee6829608f048d15d56 100644 (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);