From 35e67b6d77edc59d1a108ed1da60f2b69e4416de Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Mon, 11 Jul 2011 15:25:24 -0700 Subject: [PATCH] Fix merge error Change-Id: Iac2dcc3a504ab2dbc500bcd882d61b460879c7eb --- .../src/com/android/ide/common/layout/LayoutConstants.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java index 490710842..47ea0b5ae 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java @@ -195,9 +195,6 @@ public class LayoutConstants { /** The fully qualified class name of an ExpandableListView */ public static final String FQCN_EXPANDABLE_LIST_VIEW = "android.widget.ExpandableListView"; //$NON-NLS-1$ - /** The fully qualified class name of a Spinner view */ - public static final String FQCN_SPINNER = "android.widget.Spinner"; //$NON-NLS-1$ - /** The fully qualified class name of a GestureOverlayView */ public static final String FQCN_GESTURE_OVERLAY_VIEW = "android.gesture.GestureOverlayView"; //$NON-NLS-1$ -- 2.11.0