mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959917 - Cleanup: Remove unused field. r=lucasr
This commit is contained in:
parent
038681c8ab
commit
66b148d268
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user