Remove configure bookmark widget

Remove configuration step when adding the bookmark widget to pick
what account to use because account support is removed from browser.

Change-Id: I7192d0c5e05e49f17dbec52b88e61243607b4f52
CR-fixed: SWE-6464
diff --git a/res/xml/bookmarkthumbnailwidget_info.xml b/res/xml/bookmarkthumbnailwidget_info.xml
index 9a09c6c..9f07993 100644
--- a/res/xml/bookmarkthumbnailwidget_info.xml
+++ b/res/xml/bookmarkthumbnailwidget_info.xml
@@ -23,6 +23,5 @@
     android:minResizeWidth="110dip"
     android:updatePeriodMillis="0"
     android:initialLayout="@layout/bookmarkthumbnailwidget"
-    android:resizeMode="vertical|horizontal"
-    android:configure="com.android.browser.widget.BookmarkWidgetConfigure">
+    android:resizeMode="vertical|horizontal">
 </appwidget-provider>