Removing unused View ctor introduced in L.

- This prevents us from running on K/pre-K
This commit is contained in:
Winson Chung
2015-04-09 17:58:14 -07:00
parent 0f78572066
commit 211290119a

View File

@@ -92,10 +92,6 @@ public class WidgetsContainerView extends FrameLayout implements Insettable, Vie
}
public WidgetsContainerView(Context context, AttributeSet attrs, int defStyleAttr) {
this(context, attrs, defStyleAttr, 0);
}
public WidgetsContainerView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
super(context, attrs, defStyleAttr);
mLauncher = (Launcher) context;
mDragController = mLauncher.getDragController();