diff options
Diffstat (limited to 'ext/ncurses/ncurses.c')
-rw-r--r-- | ext/ncurses/ncurses.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c index 34c1a767da..da588b3e3b 100644 --- a/ext/ncurses/ncurses.c +++ b/ext/ncurses/ncurses.c @@ -94,11 +94,6 @@ PHP_MINIT_FUNCTION(ncurses) */ PHP_MSHUTDOWN_FUNCTION(ncurses) { -/* Remove comments if you have entries in php.ini - UNREGISTER_INI_ENTRIES(); - endwin(); -*/ - return SUCCESS; } /* }}} */ |