summaryrefslogtreecommitdiff
path: root/src/meta/theme.h
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-09-24 01:09:09 +0200
committerJasper St. Pierre <jstpierre@mecheye.net>2014-12-29 08:46:37 -0800
commit5e9db422c95e278f280501af2c343dbec16177b6 (patch)
treee7e5372173933abd50efaba65983d269e686ad38 /src/meta/theme.h
parent662dd6a28983a8b98096c0f3d5be7ce64236719b (diff)
downloadmutter-5e9db422c95e278f280501af2c343dbec16177b6.tar.gz
Remove all support for the metacity format
Rest in peace you magnificent format, love-child of arcane X11 drawing API and markup craze, you will not be missed. We do remember however the bravery of a many men and women, who fearlessly descended into the guts of your intrinsics and turned ugliness into beauty; their work will still be spoken of when you will long have been forgotten. https://bugzilla.gnome.org/show_bug.cgi?id=741917
Diffstat (limited to 'src/meta/theme.h')
-rw-r--r--src/meta/theme.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/meta/theme.h b/src/meta/theme.h
index 7394d7c0a..66325536f 100644
--- a/src/meta/theme.h
+++ b/src/meta/theme.h
@@ -34,10 +34,4 @@ MetaTheme* meta_theme_get_default (void);
MetaTheme* meta_theme_new (void);
void meta_theme_free (MetaTheme *theme);
-gboolean meta_theme_validate (MetaTheme *theme,
- GError **error);
-
-MetaTheme* meta_theme_load (const char *theme_name,
- GError **err);
-
#endif