diff options
author | Derick Rethans <derick@php.net> | 2002-02-14 15:02:49 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-02-14 15:02:49 +0000 |
commit | 14d0c9d9a374a0f3b2f1b31e9ea05d7af28ce9d6 (patch) | |
tree | 473e833f6a366e9e7ac51d9313755fd29b9d86cb /ext/ncurses/ncurses.c | |
parent | cefbdccb987999f67d7b4e0df67a78fad716565c (diff) | |
download | php-git-14d0c9d9a374a0f3b2f1b31e9ea05d7af28ce9d6.tar.gz |
- Remove duplicate constant
Diffstat (limited to 'ext/ncurses/ncurses.c')
-rw-r--r-- | ext/ncurses/ncurses.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |