am e407bff4: am 3be35a39: Remove some unused resources and imports

* commit 'e407bff4896dfe7f43fc955d35ee40b321b8cc83':
  Remove some unused resources and imports
diff --git a/chips/list_selector_pressed_holo_dark.9.png b/chips/list_selector_pressed_holo_dark.9.png
deleted file mode 100644
index 0ed5ba3..0000000
--- a/chips/list_selector_pressed_holo_dark.9.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-hdpi/bg_separator.9.png b/chips/res/drawable-hdpi/bg_separator.9.png
deleted file mode 100644
index 2b269e5..0000000
--- a/chips/res/drawable-hdpi/bg_separator.9.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-hdpi/chip_checkmark.png b/chips/res/drawable-hdpi/chip_checkmark.png
deleted file mode 100644
index cc0b617..0000000
--- a/chips/res/drawable-hdpi/chip_checkmark.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-mdpi/bg_separator.9.png b/chips/res/drawable-mdpi/bg_separator.9.png
deleted file mode 100644
index 2b269e5..0000000
--- a/chips/res/drawable-mdpi/bg_separator.9.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable-mdpi/chip_checkmark.png b/chips/res/drawable-mdpi/chip_checkmark.png
deleted file mode 100644
index cac823b..0000000
--- a/chips/res/drawable-mdpi/chip_checkmark.png
+++ /dev/null
Binary files differ
diff --git a/chips/res/drawable/bg_separator_inset.xml b/chips/res/drawable/bg_separator_inset.xml
deleted file mode 100644
index 12b4cba..0000000
--- a/chips/res/drawable/bg_separator_inset.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<inset xmlns:android="http://schemas.android.com/apk/res/android"
-    android:color="#20000000"
-    android:insetLeft="50dip"/>
diff --git a/chips/src/com/android/ex/chips/BaseRecipientAdapter.java b/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
index 8ad4a94..d9eb64e 100644
--- a/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
+++ b/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
@@ -50,7 +50,6 @@
 import java.io.InputStream;
 import java.io.IOException;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.HashSet;
 import java.util.LinkedHashMap;
 import java.util.List;