diff --git a/capplets/default-applications/mate-da-capplet.c b/capplets/default-applications/mate-da-capplet.c
index 69061ef..7972ebf 100644
--- a/capplets/default-applications/mate-da-capplet.c
+++ b/capplets/default-applications/mate-da-capplet.c
@@ -989,14 +989,6 @@ static void fill_combo_box (GtkIconTheme* theme, GtkComboBox* combo_box, GList*
 			g_object_unref(pixbuf);
 		}
 	}
-
-	gtk_list_store_append(GTK_LIST_STORE(model), &iter);
-	gtk_list_store_set(GTK_LIST_STORE(model), &iter, -1);
-	gtk_list_store_append(GTK_LIST_STORE(model), &iter);
-	gtk_list_store_set(GTK_LIST_STORE(model), &iter,
-		PIXBUF_COL, NULL,
-		TEXT_COL, _("Custom"),
-		-1);
 }
 
 /* not used
