[gtk+] gdkkeysyms-update: Remove workarounds for old bugs
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gdkkeysyms-update: Remove workarounds for old bugs
- Date: Wed, 17 Jul 2013 21:28:23 +0000 (UTC)
commit e08f074bd25c98a1b3e3b7f25e98214cba0a955b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Jul 17 16:39:04 2013 -0400
gdkkeysyms-update: Remove workarounds for old bugs
gdk/gdkkeysyms-update.pl | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gdk/gdkkeysyms-update.pl b/gdk/gdkkeysyms-update.pl
index 83ad070..a255a04 100755
--- a/gdk/gdkkeysyms-update.pl
+++ b/gdk/gdkkeysyms-update.pl
@@ -145,8 +145,6 @@ while (<IN_KEYSYMDEF>)
close IN_KEYSYMDEF;
-#$gdksyms{"0"} = "0000";
-
# Source: http://cgit.freedesktop.org/xorg/proto/x11proto/plain/XF86keysym.h
die "Could not open file XF86keysym.h: $!\n" unless open(IN_XF86KEYSYM, "<:utf8", "XF86keysym.h");
@@ -160,10 +158,6 @@ while (<IN_XF86KEYSYM>)
$_ = $keysymelements[1];
die "Internal error, was expecting \"XF86XK_*\", found: $_\n" if ( ! /^XF86XK_/ );
- # Work-around https://bugs.freedesktop.org/show_bug.cgi?id=11193
- if ($_ eq "XF86XK_XF86BackForward") {
- $keysymelements[1] = "XF86XK_AudioForward";
- }
# XF86XK_Clear could end up a dupe of XK_Clear
# XF86XK_Select could end up a dupe of XK_Select
if ($_ eq "XF86XK_Clear") {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]