diff options
Diffstat (limited to 'ext/ncurses/ncurses.c')
-rw-r--r-- | ext/ncurses/ncurses.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c index 6126002398..34c1a767da 100644 --- a/ext/ncurses/ncurses.c +++ b/ext/ncurses/ncurses.c @@ -75,10 +75,6 @@ PHP_INI_END() */ PHP_MINIT_FUNCTION(ncurses) { -/* Remove comments if you have entries in php.ini - REGISTER_INI_ENTRIES(); -*/ - PHP_NCURSES_CONST(COLOR_BLACK); PHP_NCURSES_CONST(COLOR_RED); PHP_NCURSES_CONST(COLOR_GREEN); |