diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-09 02:34:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-10 02:21:31 +0200 |
commit | 404e7d0e0013355549578db5c3981943f536c2b9 (patch) | |
tree | 4e1bbf577c4ef5010835661fd83e8f1af76a2cb9 /gdk/gdkkeyuni.c | |
parent | 7cabad6b77df866b59b8b98b8c8efaa6e89fd590 (diff) | |
download | gtk+-404e7d0e0013355549578db5c3981943f536c2b9.tar.gz |
gdk/: fully remove gdkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
Diffstat (limited to 'gdk/gdkkeyuni.c')
-rw-r--r-- | gdk/gdkkeyuni.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdk/gdkkeyuni.c b/gdk/gdkkeyuni.c index 4282597daf..05ab843c20 100644 --- a/gdk/gdkkeyuni.c +++ b/gdk/gdkkeyuni.c @@ -26,7 +26,7 @@ #include "config.h" #include "gdk.h" -#include "gdkalias.h" + /* Thanks to Markus G. Kuhn <mkuhn@acm.org> for the ksysym<->Unicode * mapping functions, from the xterm sources. @@ -1695,6 +1695,3 @@ gdk_unicode_to_keyval (guint32 wc) */ return wc | 0x01000000; } - -#define __GDK_KEYUNI_C__ -#include "gdkaliasdef.c" |