summaryrefslogtreecommitdiff
path: root/ext/standard/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/css.c')
-rw-r--r--ext/standard/css.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/css.c b/ext/standard/css.c
index 2252ee14c6..ac1e2cf4bb 100644
--- a/ext/standard/css.c
+++ b/ext/standard/css.c
@@ -42,12 +42,3 @@ PHPAPI void php_info_print_css(void) /* {{{ */
PUTS("hr {width: 934px; background-color: #ccc; border: 0; height: 1px;}\n");
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */