summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-01-12 12:17:32 +0000
committerAntony Dovgal <tony2001@php.net>2007-01-12 12:17:32 +0000
commite8d2c9489da495d6fd6dd6b11687440c845e46af (patch)
treecc252524bc85a4c37bf6b3a9f23bd0638a683586 /ext/ncurses/ncurses.c
parentb865d176dea870330470eb4591d94ad7a1571316 (diff)
downloadphp-git-e8d2c9489da495d6fd6dd6b11687440c845e46af.tar.gz
MFH: nuke skeleton leftovers
Diffstat (limited to 'ext/ncurses/ncurses.c')
-rw-r--r--ext/ncurses/ncurses.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c
index ea76864a76..a2e5ad8072 100644
--- a/ext/ncurses/ncurses.c
+++ b/ext/ncurses/ncurses.c
@@ -277,10 +277,6 @@ PHP_MINFO_FUNCTION(ncurses)
php_info_print_table_row(2, "color support", "no");
#endif
php_info_print_table_end();
-
- /* Remove comments if you have entries in php.ini
- DISPLAY_INI_ENTRIES();
- */
}
/* }}} */