Remove vertical separator from landscape layout of pattern lock screen.
diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml
index 0ef73fa..059e899 100644
--- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml
+++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml
@@ -188,11 +188,6 @@
</FrameLayout>
</LinearLayout>
- <View
- android:background="@drawable/code_lock_left"
- android:layout_width="2dip"
- android:layout_height="fill_parent" />
-
<!-- right side: lock pattern -->
<com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
android:layout_width="wrap_content"