From 6f83657288b5e28721496771a95f732f008a471d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Sun, 30 Jun 2013 11:30:37 -0400 Subject: [PATCH] Fix the build Remove references to removed files --- demos/gtk-demo/demo.gresource.xml | 5 ----- demos/gtk-demo/makefile.msc.in | 2 -- 2 files changed, 7 deletions(-) diff --git a/demos/gtk-demo/demo.gresource.xml b/demos/gtk-demo/demo.gresource.xml index fb9c52a775..238fbd9496 100644 --- a/demos/gtk-demo/demo.gresource.xml +++ b/demos/gtk-demo/demo.gresource.xml @@ -9,9 +9,6 @@ application.ui menus.ui - - gtk-logo-old.png - demo.ui @@ -79,7 +76,6 @@ application.c - appwindow.c assistant.c builder.c button_box.c @@ -127,7 +123,6 @@ toolpalette.c transparent.c tree_store.c - ui_manager.c floppybuddy.gif diff --git a/demos/gtk-demo/makefile.msc.in b/demos/gtk-demo/makefile.msc.in index 948269dc38..58e30b1954 100644 --- a/demos/gtk-demo/makefile.msc.in +++ b/demos/gtk-demo/makefile.msc.in @@ -36,7 +36,6 @@ all : \ ## These should be in the order you want them to appear in the ## demo app, which means alphabetized by demo title, not filename DEMOS = \ - appwindow.c \ button_box.c \ clipboard.c \ colorsel.c \ @@ -63,7 +62,6 @@ demos.h: $(DEMOS) geninclude.pl $(PERL) geninclude.pl $(DEMOS) > demos.h OBJECTS = \ - appwindow.obj \ button_box.obj \ changedisplay.obj \ clipboard.obj \ -- GitLab