summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat/PinItemRequestCompat.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/compat/PinItemRequestCompat.java')
-rw-r--r--src/com/android/launcher3/compat/PinItemRequestCompat.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/launcher3/compat/PinItemRequestCompat.java b/src/com/android/launcher3/compat/PinItemRequestCompat.java
index 481310a15..f76b77655 100644
--- a/src/com/android/launcher3/compat/PinItemRequestCompat.java
+++ b/src/com/android/launcher3/compat/PinItemRequestCompat.java
@@ -94,10 +94,6 @@ public class PinItemRequestCompat implements Parcelable {
parcel.writeParcelable(mObject, i);
}
- public Intent toIntent() {
- return new Intent().putExtra(EXTRA_PIN_ITEM_REQUEST, mObject);
- }
-
public static final Parcelable.Creator<PinItemRequestCompat> CREATOR =
new Parcelable.Creator<PinItemRequestCompat>() {
public PinItemRequestCompat createFromParcel(Parcel source) {