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 */