[metacity/wip/gtk-theme: 39/41] theme: remove unused parameters from meta_frame_style_draw_with_style



commit 7499e4af0c6193c8e846c98c38026c78d1ed9d2a
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Jan 3 16:19:47 2015 +0200

    theme: remove unused parameters from meta_frame_style_draw_with_style

 src/ui/theme.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 2eb4d4f..7fe9a53 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -4734,10 +4734,7 @@ meta_frame_style_draw_with_style (MetaFrameStyle          *style,
                                   MetaStyleInfo           *style_info,
                                   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)
@@ -6064,10 +6061,7 @@ meta_theme_draw_frame (MetaTheme              *theme,
                                         style_info,
                                         cr,
                                         &fgeom,
-                                        client_width,
-                                        client_height,
                                         title_layout,
-                                        text_height,
                                         button_states,
                                         mini_icon,
                                         icon);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]