HaikuDepot: Remove unused layout.
Change-Id: I37e06db6337cc3dcb1c1de56295a9ba3f211d630 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2676 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
4dac95ab20
commit
81f3f1485d
@@ -1209,8 +1209,7 @@ class PagesView : public BTabView {
|
|||||||
public:
|
public:
|
||||||
PagesView()
|
PagesView()
|
||||||
:
|
:
|
||||||
BTabView("pages view", B_WIDTH_FROM_WIDEST),
|
BTabView("pages view", B_WIDTH_FROM_WIDEST)
|
||||||
fLayout(new BCardLayout())
|
|
||||||
{
|
{
|
||||||
SetBorder(B_NO_BORDER);
|
SetBorder(B_NO_BORDER);
|
||||||
|
|
||||||
@@ -1256,8 +1255,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BCardLayout* fLayout;
|
|
||||||
|
|
||||||
AboutView* fAboutView;
|
AboutView* fAboutView;
|
||||||
UserRatingsView* fUserRatingsView;
|
UserRatingsView* fUserRatingsView;
|
||||||
ChangelogView* fChangelogView;
|
ChangelogView* fChangelogView;
|
||||||
|
|||||||
Reference in New Issue
Block a user