diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-13 17:50:41 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:26 +0200 |
commit | d18abf42b74b20384bc86107185be151a12ec231 (patch) | |
tree | a73a5d271c51ac5dea33b859146989b50b3f3d96 /gdk/Makefile.am | |
parent | 17b8bee168ad255d8d9c157a03adf1a2a1c64bda (diff) | |
download | gtk+-d18abf42b74b20384bc86107185be151a12ec231.tar.gz |
API: Get rid of GdkRGB
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 4b40bc3cbc..51dd0f478e 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -91,7 +91,6 @@ gdk_public_h_sources = \ gdkpixmap.h \ gdkprivate.h \ gdkproperty.h \ - gdkrgb.h \ gdkscreen.h \ gdkselection.h \ gdkspawn.h \ @@ -134,7 +133,6 @@ gdk_c_sources = \ gdkpixbuf-render.c \ gdkpixmap.c \ gdkrectangle.c \ - gdkrgb.c \ gdkscreen.c \ gdkselection.c \ gdkvisual.c \ |