diff --git a/demos/gtk-demo/demo.gresource.xml b/demos/gtk-demo/demo.gresource.xml
index fb9c52a775d86abbbffe3a1553164a4586caea36..238fbd9496e01a153e5230c7d7f4bf73b61fa104 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 948269dc3865bc98008d76a7046968c2ddb09b86..58e30b1954cfd8b85045003899ac03d42c25f90c 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 \