summaryrefslogtreecommitdiff
path: root/src/ui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r--src/ui/theme.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h
index 7d1627ea..50f19275 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -32,7 +32,6 @@
typedef struct _MetaButtonSpace MetaButtonSpace;
typedef struct _MetaFrameGeometry MetaFrameGeometry;
-typedef struct _MetaTheme MetaTheme;
/**
* The computed size of a button (really just a way of tying its
@@ -112,19 +111,6 @@ void meta_theme_set_current (const char *name,
gboolean composited,
const PangoFontDescription *titlebar_font);
-MetaTheme* meta_theme_new (MetaThemeType type);
-void meta_theme_free (MetaTheme *theme);
-
-gboolean meta_theme_load (MetaTheme *theme,
- const gchar *theme_name,
- GError **err);
-
-void meta_theme_set_composited (MetaTheme *theme,
- gboolean composited);
-
-void meta_theme_set_titlebar_font (MetaTheme *theme,
- const PangoFontDescription *titlebar_font);
-
double meta_theme_get_title_scale (MetaTheme *theme,
MetaFrameType type,
MetaFrameFlags flags);