From: Derick Rethans Date: Thu, 14 Feb 2002 15:02:49 +0000 (+0000) Subject: - Remove duplicate constant X-Git-Tag: php-4.2.0RC1~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14d0c9d9a374a0f3b2f1b31e9ea05d7af28ce9d6;p=php - Remove duplicate constant --- diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c index 6e79507b56..ce32d1f37d 100644 --- a/ext/ncurses/ncurses.c +++ b/ext/ncurses/ncurses.c @@ -197,7 +197,6 @@ PHP_MINIT_FUNCTION(ncurses) PHP_NCURSES_CONST(KEY_SUNDO); PHP_NCURSES_CONST(KEY_SUSPEND); PHP_NCURSES_CONST(KEY_UNDO); - PHP_NCURSES_CONST(KEY_MOUSE); PHP_NCURSES_CONST(KEY_RESIZE); /* screen attribute constants */