Merge "Remove unused strings"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5d3c6b1..6e90220 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4,9 +4,9 @@
      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.
@@ -63,13 +63,6 @@
     <!-- toast message -->
     <string name="cert_read_error">Couldn\'t install because the certificate file couldn\'t be read.</string>
 
-    <!-- Shown when the certificate file can't be found.  [CHAR LIMIT=NONE] -->
-    <string name="no_cert_file_found" product="nosdcard">No certificate file found in USB storage.</string>
-    <string name="no_cert_file_found" product="default">No certificate file found in the SD card.</string>
-    <!-- Shown when USB storage can't be found to look for a certificate.  [CHAR LIMIT=30] -->
-    <string name="sdcard_not_present" product="nosdcard">USB storage not available.</string>
-    <string name="sdcard_not_present" product="default">SD card isn\'t present.</string>
-
     <!-- Message displayed when a user other than the owner on a multi-user system tries to
          install a certificate into the certificate store. [CHAR LIMIT=NONE] -->
     <string name="only_primary_user_allowed">Only the owner of this device may install certificates.</string>