Remove an 'xlarge' reference after the 7" split

Change-Id: I9e12dcf28cd69a0859d3d7664e83bf741855ed02
diff --git a/res/values-sw600dp/bools.xml b/res/values-sw600dp/bools.xml
index b6bbe2e..6027519 100644
--- a/res/values-sw600dp/bools.xml
+++ b/res/values-sw600dp/bools.xml
@@ -16,4 +16,7 @@
 
 <resources>
     <bool name="use_two_pane">true</bool>
+
+    <!-- Reply/Reply All/Forward switcher in action bar -->
+    <bool name="message_compose_action_tabs">true</bool>
 </resources>
diff --git a/res/values-xlarge/bools.xml b/res/values-xlarge/bools.xml
deleted file mode 100644
index 6027519..0000000
--- a/res/values-xlarge/bools.xml
+++ /dev/null
@@ -1,22 +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.
--->
-
-<resources>
-    <bool name="use_two_pane">true</bool>
-
-    <!-- Reply/Reply All/Forward switcher in action bar -->
-    <bool name="message_compose_action_tabs">true</bool>
-</resources>