summaryrefslogtreecommitdiff
path: root/libmetacity
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-07 04:07:17 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-07 04:45:54 +0200
commit736f61ecf7a71709396a1380d2f3f591f8a557b1 (patch)
treed10a6228a0cfb9753564ff34815ad4737486d52b /libmetacity
parent293feec746886b6b4f85dbda42e2acc5d1215390 (diff)
downloadmetacity-736f61ecf7a71709396a1380d2f3f591f8a557b1.tar.gz
libmetacity: remove meta_theme_get_composited
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 db8ce601..a22cd3d9 100644
--- a/libmetacity/meta-theme.c
+++ b/libmetacity/meta-theme.c
@@ -298,12 +298,6 @@ meta_theme_set_composited (MetaTheme *theme,
meta_theme_style_invalidate (theme);
}
-gboolean
-meta_theme_get_composited (MetaTheme *theme)
-{
- return theme->composited;
-}
-
void
meta_theme_set_titlebar_font (MetaTheme *theme,
const PangoFontDescription *titlebar_font)
diff --git a/libmetacity/meta-theme.h b/libmetacity/meta-theme.h
index 1c95ab0a..799550e8 100644
--- a/libmetacity/meta-theme.h
+++ b/libmetacity/meta-theme.h
@@ -168,8 +168,6 @@ MetaStyleInfo *meta_theme_get_style_info (MetaTheme
void meta_theme_set_composited (MetaTheme *theme,
gboolean composited);
-gboolean meta_theme_get_composited (MetaTheme *theme);
-
void meta_theme_set_titlebar_font (MetaTheme *theme,
const PangoFontDescription *titlebar_font);