diff options
author | Timm Bäder <mail@baedert.org> | 2017-05-16 09:45:53 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:13 -0400 |
commit | 4f0140fa6c80881cbe8b1416289a70415cec7b01 (patch) | |
tree | 3b837b050c6e8c4cf7a42b479fccb444218de49a /gtk/Makefile.am | |
parent | efd7b38abc3914ef95e1f2fc2b9127821f10d9c1 (diff) | |
download | gtk+-4f0140fa6c80881cbe8b1416289a70415cec7b01.tar.gz |
Remove GtkBuiltinIcon
Now unused.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 73b8b9252d..408eddecd4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -376,7 +376,6 @@ gtk_private_h_sources = \ gtkboxprivate.h \ gtkboxgadgetprivate.h \ gtkbuilderprivate.h \ - gtkbuiltiniconprivate.h \ gtkbuttonprivate.h \ gtkcellareaboxcontextprivate.h \ gtkcheckbuttonprivate.h \ @@ -627,7 +626,6 @@ gtk_base_c_sources = \ gtkbuilder.c \ gtkbuilderparser.c \ gtkbuilder-menus.c \ - gtkbuiltinicon.c \ gtkbutton.c \ gtkcalendar.c \ gtkcellarea.c \ |