diff --git a/src/ui/theme-private.h b/src/ui/theme-private.h index 22f79f883..278fa41fc 100644 --- a/src/ui/theme-private.h +++ b/src/ui/theme-private.h @@ -997,18 +997,6 @@ MetaFrameStyle* meta_frame_style_new (MetaFrameStyle *parent); void meta_frame_style_ref (MetaFrameStyle *style); void meta_frame_style_unref (MetaFrameStyle *style); -void meta_frame_style_draw_with_style (MetaFrameStyle *style, - GtkStyleContext *style_gtk, - cairo_t *cr, - const MetaFrameGeometry *fgeom, - int client_width, - int client_height, - PangoLayout *title_layout, - int text_height, - MetaButtonState button_states[META_BUTTON_TYPE_LAST], - GdkPixbuf *mini_icon, - GdkPixbuf *icon); - gboolean meta_frame_style_validate (MetaFrameStyle *style, guint current_theme_version, diff --git a/src/ui/theme.c b/src/ui/theme.c index f42b1c44a..a39451768 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -4593,7 +4593,7 @@ button_rect (MetaButtonType type, } } -void +static void meta_frame_style_draw_with_style (MetaFrameStyle *style, GtkStyleContext *style_gtk, cairo_t *cr,