зеркало из https://github.com/mozilla/gecko-dev.git
Bug 958889 - Part 2.6: Remove unused PanelView.getLayout code. r=nalexander
This commit is contained in:
Родитель
438512e8d6
Коммит
14519034b9
|
@ -60,11 +60,6 @@ public class RemoteTabsContainer extends GeckoSwipeRefreshLayout
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public ViewGroup getLayout() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTabsPanel(TabsPanel panel) {
|
||||
list.setTabsPanel(panel);
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -86,11 +86,6 @@ class TabsTray extends TwoWayView
|
|||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public ViewGroup getLayout() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTabsPanel(TabsPanel panel) {
|
||||
mTabsPanel = panel;
|
||||
|
|
Загрузка…
Ссылка в новой задаче