summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme.c
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-23 03:19:05 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-23 03:19:05 +0200
commitff896d7d7e28a29ef104003f9e7a437a5da7f46c (patch)
tree6c7e69e302af7b96227c8788884231f626cf1aa2 /libmetacity/meta-theme.c
parent7ecb3e035c593703601bedb855010fbdc3b7cb16 (diff)
downloadmetacity-ff896d7d7e28a29ef104003f9e7a437a5da7f46c.tar.gz
libmetacity: remove meta_theme_get_name
Diffstat (limited to 'libmetacity/meta-theme.c')
-rw-r--r--libmetacity/meta-theme.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmetacity/meta-theme.c b/libmetacity/meta-theme.c
index 69d1afce..50adc840 100644
--- a/libmetacity/meta-theme.c
+++ b/libmetacity/meta-theme.c
@@ -282,12 +282,6 @@ meta_theme_set_titlebar_font (MetaTheme *theme,
theme->titlebar_font = pango_font_description_copy (titlebar_font);
}
-gchar *
-meta_theme_get_name (MetaTheme *theme)
-{
- return META_THEME_IMPL_GET_CLASS (theme->impl)->get_name (theme->impl);
-}
-
MetaFrameStyle *
meta_theme_get_frame_style (MetaTheme *theme,
MetaFrameType type,