Bug 958889 - Part 2.6: Remove unused PanelView.getLayout code. r=nalexander

This commit is contained in:
Michael Comella 2014-05-14 08:56:59 -07:00
parent 80c80d5987
commit 0d30b7eca5
3 changed files with 0 additions and 11 deletions

View File

@ -60,11 +60,6 @@ public class RemoteTabsContainer extends GeckoSwipeRefreshLayout
}
}
@Override
public ViewGroup getLayout() {
return this;
}
@Override
public void setTabsPanel(TabsPanel panel) {
list.setTabsPanel(panel);

View File

@ -42,7 +42,6 @@ public class TabsPanel extends LinearLayout
}
public static interface PanelView {
public ViewGroup getLayout();
public void setTabsPanel(TabsPanel panel);
public void show();
public void hide();

View File

@ -86,11 +86,6 @@ class TabsTray extends TwoWayView
});
}
@Override
public ViewGroup getLayout() {
return this;
}
@Override
public void setTabsPanel(TabsPanel panel) {
mTabsPanel = panel;