com gtk/php-gtk: Kill two keysyms that shouldn't be there.: ext/gtk+/php_gdk.c

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    b6e570b341c5ae3b13c5b76bcef16b9828f7c88a
Author:    Steph Fox <[email protected]>         Fri, 14 Apr 2006 16:55:31 +0000
Parents:   aec20d6eea382384eb39d7bce583b1c08c57f089
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=b6e570b341c5ae3b13c5b76bcef16b9828f7c88a

Log:
Kill two keysyms that shouldn't be there.

Changed paths:
  M  ext/gtk+/php_gdk.c


Diff:
b6e570b341c5ae3b13c5b76bcef16b9828f7c88a
diff --git a/ext/gtk+/php_gdk.c b/ext/gtk+/php_gdk.c
index 5c1109d..f535824 100644
--- a/ext/gtk+/php_gdk.c
+++ b/ext/gtk+/php_gdk.c
@@ -30,9 +30,6 @@ extern zend_class_entry *gdk_ce;
 
 void php_gdk_register_keysyms()
 {
-	phpg_register_int_constant(gdk_ce, "A", sizeof("A")-1, GDK_A);
-	phpg_register_int_constant(gdk_ce, "a", sizeof("a")-1, GDK_a);
-
 	phpg_register_int_constant(gdk_ce, "KEY_VoidSymbol", sizeof("KEY_VoidSymbol")-1, GDK_VoidSymbol);
 	phpg_register_int_constant(gdk_ce, "KEY_BackSpace", sizeof("KEY_BackSpace")-1, GDK_BackSpace);
 	phpg_register_int_constant(gdk_ce, "KEY_Tab", sizeof("KEY_Tab")-1, GDK_Tab);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.