diff options
author | John Lindgren <john.lindgren@aol.com> | 2013-01-26 15:53:58 -0500 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-01-27 01:08:25 +0100 |
commit | 885b43dd3a713714895dfdfbfd25f576ccaf26a0 (patch) | |
tree | cb50b508782f87e3a5cff18317214fef41cecc03 /gdk/Makefile.am | |
parent | 63d87cac445a92d200e24e7d9c36b8ae4dd05653 (diff) | |
download | gtk+-885b43dd3a713714895dfdfbfd25f576ccaf26a0.tar.gz |
Use hash-based conversions for XSETTINGS names.
https://bugzilla.gnome.org/show_bug.cgi?id=692605
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 8c811b589a..a04f7a3833 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -204,7 +204,6 @@ INTROSPECTION_GIRS += Gdk-3.0.gir if USE_X11 x11_introspection_files = \ - x11/checksettings.c \ x11/gdkapplaunchcontext-x11.c \ x11/gdkasync.c \ x11/gdkcursor-x11.c \ |