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:
|
||||
PagesView()
|
||||
:
|
||||
BTabView("pages view", B_WIDTH_FROM_WIDEST),
|
||||
fLayout(new BCardLayout())
|
||||
BTabView("pages view", B_WIDTH_FROM_WIDEST)
|
||||
{
|
||||
SetBorder(B_NO_BORDER);
|
||||
|
||||
@@ -1256,8 +1255,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
BCardLayout* fLayout;
|
||||
|
||||
AboutView* fAboutView;
|
||||
UserRatingsView* fUserRatingsView;
|
||||
ChangelogView* fChangelogView;
|
||||
|
||||
Reference in New Issue
Block a user