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:
Augustin Cavalier
2020-05-11 00:41:52 +00:00
committed by waddlesplash
parent 4dac95ab20
commit 81f3f1485d
+1 -4
View File
@@ -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;