diff --git a/capplets/common/Bonobo_Control_Capplet_generic.oaf.in b/capplets/common/Bonobo_Control_Capplet_generic.oaf.in
deleted file mode 100644
index 4cef098ad..000000000
--- a/capplets/common/Bonobo_Control_Capplet_generic.oaf.in
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/capplets/common/ChangeLog b/capplets/common/ChangeLog
index 93d903aa9..853293cc1 100644
--- a/capplets/common/ChangeLog
+++ b/capplets/common/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-06 Jens Granseuer
+
+ * Bonobo_Control_Capplet_generic.oaf.in:
+ * wrapper-script.in: remove obsolete files
+
2007-06-06 Jens Granseuer
* theme-thumbnail.c: (message_from_child),
diff --git a/capplets/common/wrapper-script.in b/capplets/common/wrapper-script.in
deleted file mode 100644
index 15de09ddd..000000000
--- a/capplets/common/wrapper-script.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if test "x$#" = "x0"
-then
- @BINDIR@/gnomecc --run-capplet @CAPPLET_NAME@
-else
- @BINDIR@/@CAPPLET_NAME@-control $@
-fi
-