diff options
author | Christian Dywan <christian@lanedo.com> | 2010-04-28 21:28:06 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-28 23:38:03 +0200 |
commit | 655dcff09622777765f32d84549a7779c78147a5 (patch) | |
tree | 37a9ba76ab0c4bb7be5cf1c0fe20fe104071ec6d /gdk/Makefile.am | |
parent | 34573b53f3926c2081bcce585f5e99680fb874a6 (diff) | |
download | gtk+-655dcff09622777765f32d84549a7779c78147a5.tar.gz |
Remove deprecated GdkFont
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604196
Signed-off-by: Javier Jardón <jjardon@gnome.org>
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index b4fbbc7d61..4073d957e0 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -82,7 +82,6 @@ gdk_public_h_sources = \ gdkdnd.h \ gdkdrawable.h \ gdkevents.h \ - gdkfont.h \ gdkgc.h \ gdkimage.h \ gdkinput.h \ @@ -130,7 +129,6 @@ gdk_c_sources = \ gdkdnd.c \ gdkdraw.c \ gdkevents.c \ - gdkfont.c \ gdkgc.c \ gdkglobals.c \ gdkimage.c \ |