From 797a079a95585a07bc7f26a79e04521d3b370177 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 06:18:13 +0000 Subject: More TSRMLS_FETCH work, and a bit of cleanup --- ext/ncurses/ncurses.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/ncurses') 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; } /* }}} */ -- cgit v1.2.1