Index: trunk/test/data/styles/label-from-tag.mapcss
===================================================================
--- trunk/test/data/styles/label-from-tag.mapcss	(revision 3989)
+++ trunk/test/data/styles/label-from-tag.mapcss	(revision 3991)
@@ -18,23 +18,2 @@
    font-size: 12;
 }
-
-/*
- * Simple test style sheet. Includes a style for nodes where the label is derived
- * from the value of a specific tag.
- *
- */
- 
-meta {
-    title: "Test style - Deriving labels from tags";
-}
-
-canvas {
-    background-color: #000000;
-}
-
-node {
-   text: my_label_tag;  /* take the value of the tag 'my_label_tag' as text */
-   text-color: white;   
-   font-size: 12;
-}
-
