[metacity] theme: make meta_theme_replace_constants function static
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] theme: make meta_theme_replace_constants function static
- Date: Sun, 17 Jan 2016 18:19:24 +0000 (UTC)
commit 35737b53b6b636761b0296f70116bc96217fb59a
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sun Jan 17 13:32:16 2016 +0200
theme: make meta_theme_replace_constants function static
src/ui/theme.c | 2 +-
src/ui/theme.h | 5 -----
2 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 4dae657..1a6cf1a 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -3003,7 +3003,7 @@ meta_parse_size_expression (MetaDrawSpec *spec,
* lookups to eval them. Obviously it's a tradeoff that
* slows down theme load times.
*/
-gboolean
+static gboolean
meta_theme_replace_constants (MetaTheme *theme,
PosToken *tokens,
int n_tokens,
diff --git a/src/ui/theme.h b/src/ui/theme.h
index cfad682..94a5b28 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -1103,11 +1103,6 @@ gboolean meta_theme_lookup_color_constant (MetaTheme *theme,
const char *name,
char **value);
-gboolean meta_theme_replace_constants (MetaTheme *theme,
- PosToken *tokens,
- int n_tokens,
- GError **err);
-
/* random stuff */
PangoFontDescription* meta_gtk_widget_get_font_desc (GtkWidget *widget,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]