From 17ebdf8aaaef6f90fd7fd53a64f04186e47fdd80 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Fri, 29 Oct 1999 22:37:18 +0000 Subject: [PATCH] Remove one GDK_question. Trivial one-line fix --- widget/src/gtk/nsGtkEventHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widget/src/gtk/nsGtkEventHandler.cpp b/widget/src/gtk/nsGtkEventHandler.cpp index b482e8f81217..cb27082bcb4d 100644 --- a/widget/src/gtk/nsGtkEventHandler.cpp +++ b/widget/src/gtk/nsGtkEventHandler.cpp @@ -209,7 +209,6 @@ struct nsKeyConverter nsKeycodes[] = { // Some shifted keys, see bug 15463. // These should be subject to different keyboard mappings; // how do we do that in gtk? - { NS_VK_SLASH, GDK_question }, { NS_VK_SEMICOLON, GDK_colon }, { NS_VK_BACK_QUOTE, GDK_asciitilde }, { NS_VK_COMMA, GDK_less },