Bug 708394: Remove unwanted LayoutInflater [r=mfinkle]

This commit is contained in:
Sriram Ramasubramanian
2011-12-07 15:12:51 -08:00
parent 3400c4cb51
commit 68532fad1d
11 changed files with 97 additions and 52 deletions

View File

@@ -79,9 +79,6 @@ public class AboutHomeContent extends LinearLayout {
public AboutHomeContent(Context context, AttributeSet attrs) {
super(context, attrs);
LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
inflater.inflate(R.layout.abouthome_content, this);
}
private static final String LOGTAG = "GeckoAboutHome";