Bug 959917 - Cleanup: Remove unused field. r=lucasr

This commit is contained in:
Chenxia Liu 2014-03-26 16:07:04 -07:00
parent a891fd386f
commit ac5903a87a

View File

@ -636,7 +636,6 @@ public class GeckoPreferences
inputtype |= InputType.TYPE_TEXT_VARIATION_PASSWORD | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS;
input.setInputType(inputtype);
String hint = getResources().getString(aHintText);
input.setHint(aHintText);
return input;
}