summaryrefslogtreecommitdiff
path: root/libmetacity
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-11 19:51:20 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-12 02:51:30 +0200
commit1c2ee2c51fc6a48a1f6e94c7ff1c8905767d8653 (patch)
treef3709b544aaea55d7c77f77adbd3088cc1ba0492 /libmetacity
parent35eb11dbd60edfef6fa00d85a8b80537c57aeb66 (diff)
downloadmetacity-1c2ee2c51fc6a48a1f6e94c7ff1c8905767d8653.tar.gz
libmetacity: remove meta_theme_get_theme_type
Diffstat (limited to 'libmetacity')
-rw-r--r--libmetacity/meta-theme.c6
-rw-r--r--libmetacity/meta-theme.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/libmetacity/meta-theme.c b/libmetacity/meta-theme.c
index 48a83c9c..76db5882 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);
}
-MetaThemeType
-meta_theme_get_theme_type (MetaTheme *theme)
-{
- return theme->type;
-}
-
gchar *
meta_theme_get_name (MetaTheme *theme)
{
diff --git a/libmetacity/meta-theme.h b/libmetacity/meta-theme.h
index cb708205..0a78b771 100644
--- a/libmetacity/meta-theme.h
+++ b/libmetacity/meta-theme.h
@@ -163,8 +163,6 @@ void meta_theme_set_composited (MetaTheme
void meta_theme_set_titlebar_font (MetaTheme *theme,
const PangoFontDescription *titlebar_font);
-MetaThemeType meta_theme_get_theme_type (MetaTheme *theme);
-
gchar *meta_theme_get_name (MetaTheme *theme);
MetaFrameStyle *meta_theme_get_frame_style (MetaTheme *theme,