From: foobar Date: Mon, 30 Jul 2001 17:35:29 +0000 (+0000) Subject: Removed duplicate function entry. X-Git-Tag: PRE_ENGINE2_SPLIT~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c8b2e6d060b1e043d534fa9f6fe51b851e19853;p=php Removed duplicate function entry. --- diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 1719576dbf..b31faa8414 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -81,7 +81,6 @@ PHP_FUNCTION(ncurses_attrset); PHP_FUNCTION(ncurses_bkgd); PHP_FUNCTION(ncurses_curs_set); PHP_FUNCTION(ncurses_delay_output); -PHP_FUNCTION(ncurses_echochar); PHP_FUNCTION(ncurses_halfdelay); PHP_FUNCTION(ncurses_has_key); PHP_FUNCTION(ncurses_insch);