Remove deprecated method.

Change-Id: I1fbd80bb0ae496b27da56e0abc330b80a057b8c2
diff --git a/src/com/android/ex/chips/RecipientEditTextView.java b/src/com/android/ex/chips/RecipientEditTextView.java
index 4a7ee85..ed47041 100644
--- a/src/com/android/ex/chips/RecipientEditTextView.java
+++ b/src/com/android/ex/chips/RecipientEditTextView.java
@@ -417,29 +417,13 @@
      * @param invalidChip
      * @param chipDelete
      * @param defaultContact
+     * @param moreResource
      * @param alternatesLayout
-     * @param alternatesSelectedLayout
+     * @param chipHeight
      * @param padding Padding around the text in a chip
-     * @deprecated
      */
     public void setChipDimensions(Drawable chipBackground, Drawable chipBackgroundPressed,
             Drawable invalidChip, Drawable chipDelete, Bitmap defaultContact, int moreResource,
-            int alternatesLayout, int alternatesSelectedLayout, float chipHeight, float padding,
-            float chipFontSize) {
-        mChipBackground = chipBackground;
-        mChipBackgroundPressed = chipBackgroundPressed;
-        mChipDelete = chipDelete;
-        mChipPadding = (int) padding;
-        mAlternatesLayout = alternatesLayout;
-        mDefaultContactPhoto = defaultContact;
-        mMoreString = moreResource;
-        mChipHeight = chipHeight;
-        mChipFontSize = chipFontSize;
-        mInvalidChipBackground = invalidChip;
-    }
-
-    public void setChipDimensions(Drawable chipBackground, Drawable chipBackgroundPressed,
-            Drawable invalidChip, Drawable chipDelete, Bitmap defaultContact, int moreResource,
             int alternatesLayout, float chipHeight, float padding,
             float chipFontSize) {
         mChipBackground = chipBackground;