diff options
Diffstat (limited to 'src/ui/theme.c')
-rw-r--r-- | src/ui/theme.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c index 711fa0cd..51be390d 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -2934,7 +2934,6 @@ meta_parse_position_expression (MetaDrawSpec *spec, return TRUE; } - gboolean meta_parse_size_expression (MetaDrawSpec *spec, const MetaPositionExprEnv *env, @@ -5284,7 +5283,6 @@ meta_frame_style_set_unref (MetaFrameStyleSet *style_set) } } - static MetaFrameStyle* get_style (MetaFrameStyleSet *style_set, MetaFrameState state, @@ -5532,7 +5530,6 @@ meta_theme_new (void) return theme; } - void meta_theme_free (MetaTheme *theme) { @@ -6234,7 +6231,6 @@ meta_theme_lookup_color_constant (MetaTheme *theme, } } - PangoFontDescription* meta_gtk_widget_get_font_desc (GtkWidget *widget, double scale, |