diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-16 11:33:43 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:02 -0500 |
commit | fdabc9585d4d8616926c4acf09f114f8e00c383b (patch) | |
tree | 951827ba8bcaf82b8fd88cf4728d734aa924525f /gdk/Makefile.am | |
parent | 2211e52ec5facb192cd07d06bf8175ed1ba26c2d (diff) | |
download | gtk+-fdabc9585d4d8616926c4acf09f114f8e00c383b.tar.gz |
Drop g[dt]k_set_locale
These functions were essentially just calling setlocale anyway.
The X11 version was also setting a gdk_use_mb variable that
is not used anywhere.
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 12b6fd6340..b07af094cb 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -201,7 +201,6 @@ x11_introspection_files = \ x11/gdkeventsource.c \ x11/gdkeventtranslator.c \ x11/gdkgeometry-x11.c \ - x11/gdkim-x11.c \ x11/gdkkeys-x11.c \ x11/gdkmain-x11.c \ x11/gdkproperty-x11.c \ |