forked from mirror/openmw-tes3mp
another 3 unnecessary lines
This commit is contained in:
parent
bb267dddf6
commit
56061474c4
2 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@ const int StatsWindow::sLineHeight = 18;
|
||||||
|
|
||||||
StatsWindow::StatsWindow (MWBase::WindowManager& parWindowManager)
|
StatsWindow::StatsWindow (MWBase::WindowManager& parWindowManager)
|
||||||
: WindowPinnableBase("openmw_stats_window.layout", parWindowManager)
|
: WindowPinnableBase("openmw_stats_window.layout", parWindowManager)
|
||||||
, mSkillAreaWidget(NULL)
|
|
||||||
, mSkillView(NULL)
|
, mSkillView(NULL)
|
||||||
, mClientHeight(0)
|
, mClientHeight(0)
|
||||||
, mMajorSkills()
|
, mMajorSkills()
|
||||||
|
@ -61,7 +60,6 @@ StatsWindow::StatsWindow (MWBase::WindowManager& parWindowManager)
|
||||||
setText (names[i][0], store.gameSettings.find (names[i][1])->str);
|
setText (names[i][0], store.gameSettings.find (names[i][1])->str);
|
||||||
}
|
}
|
||||||
|
|
||||||
getWidget(mSkillAreaWidget, "Skills");
|
|
||||||
getWidget(mSkillView, "SkillView");
|
getWidget(mSkillView, "SkillView");
|
||||||
getWidget(mLeftPane, "LeftPane");
|
getWidget(mLeftPane, "LeftPane");
|
||||||
getWidget(mRightPane, "RightPane");
|
getWidget(mRightPane, "RightPane");
|
||||||
|
|
|
@ -60,7 +60,6 @@ namespace MWGui
|
||||||
MyGUI::Widget* mLeftPane;
|
MyGUI::Widget* mLeftPane;
|
||||||
MyGUI::Widget* mRightPane;
|
MyGUI::Widget* mRightPane;
|
||||||
|
|
||||||
MyGUI::WidgetPtr mSkillAreaWidget;
|
|
||||||
MyGUI::ScrollView* mSkillView;
|
MyGUI::ScrollView* mSkillView;
|
||||||
int mLastPos, mClientHeight;
|
int mLastPos, mClientHeight;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue