diff options
Diffstat (limited to 'ext/gd/libgd/gd_xbm.c')
-rw-r--r-- | ext/gd/libgd/gd_xbm.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/gd/libgd/gd_xbm.c b/ext/gd/libgd/gd_xbm.c index 115f1c4d46..a37d833d3b 100644 --- a/ext/gd/libgd/gd_xbm.c +++ b/ext/gd/libgd/gd_xbm.c @@ -231,12 +231,3 @@ void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) gdCtxPrintf(out, "};\n"); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |