From 31422204437af50bdf4a78ce8e050bb0bba21137 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 8 Feb 2015 13:06:23 -0800 Subject: [PATCH] theme: Remove old comment about metacity themes These are obviously no longer supported. --- src/ui/theme.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/ui/theme.c b/src/ui/theme.c index 23b0b57fa..9ecbeda20 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -17,23 +17,6 @@ * along with this program; if not, see . */ -/* - * SECTION:theme - * @title: MetaTheme - * @short_description: Metacity Theme Rendering - * - * The window decorations drawn by Metacity are described by files on disk - * known internally as "themes" (externally as "window border themes" on - * http://art.gnome.org/themes/metacity/ or "Metacity themes"). This file - * contains most of the code necessary to support themes; it does not - * contain the XML parser, which is in theme-parser.c. - */ - -/* - * FIXME: This is a big file with lots of different subsystems, which might - * be better split out into separate files. - */ - #include #include "theme-private.h" #include "frames.h" /* for META_TYPE_FRAMES */