diff options
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index 757c835823..ce377b5ce7 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -158,12 +158,3 @@ PHP_MSHUTDOWN_FUNCTION(dom); PHP_MINFO_FUNCTION(dom); #endif /* PHP_DOM_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |