[metacity] libmetacity: remove meta_theme_get_composited
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] libmetacity: remove meta_theme_get_composited
- Date: Sun, 7 Feb 2016 02:49:43 +0000 (UTC)
commit 736f61ecf7a71709396a1380d2f3f591f8a557b1
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sun Feb 7 04:07:17 2016 +0200
libmetacity: remove meta_theme_get_composited
libmetacity/meta-theme.c | 6 ------
libmetacity/meta-theme.h | 2 --
2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/libmetacity/meta-theme.c b/libmetacity/meta-theme.c
index db8ce60..a22cd3d 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 1c95ab0..799550e 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]