]> granicus.if.org Git - php/commitdiff
Don't define KEY_END twice
authorIlia Alshanetsky <iliaa@php.net>
Wed, 11 Apr 2007 22:19:11 +0000 (22:19 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 11 Apr 2007 22:19:11 +0000 (22:19 +0000)
ext/ncurses/ncurses.c

index 3ae3fa45acc2416d16a5f5ccae4226c70f74372f..a4e7c51b53590a043f9fc6d35c2eb882edd95a87 100644 (file)
@@ -151,7 +151,6 @@ PHP_MINIT_FUNCTION(ncurses)
        PHP_NCURSES_CONST(KEY_COMMAND);
        PHP_NCURSES_CONST(KEY_COPY);
        PHP_NCURSES_CONST(KEY_CREATE);
-       PHP_NCURSES_CONST(KEY_END);
        PHP_NCURSES_CONST(KEY_EXIT);
        PHP_NCURSES_CONST(KEY_FIND);
        PHP_NCURSES_CONST(KEY_HELP);