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)
|
||||
: WindowPinnableBase("openmw_stats_window.layout", parWindowManager)
|
||||
, mSkillAreaWidget(NULL)
|
||||
, mSkillView(NULL)
|
||||
, mClientHeight(0)
|
||||
, mMajorSkills()
|
||||
|
@ -61,7 +60,6 @@ StatsWindow::StatsWindow (MWBase::WindowManager& parWindowManager)
|
|||
setText (names[i][0], store.gameSettings.find (names[i][1])->str);
|
||||
}
|
||||
|
||||
getWidget(mSkillAreaWidget, "Skills");
|
||||
getWidget(mSkillView, "SkillView");
|
||||
getWidget(mLeftPane, "LeftPane");
|
||||
getWidget(mRightPane, "RightPane");
|
||||
|
|
|
@ -60,7 +60,6 @@ namespace MWGui
|
|||
MyGUI::Widget* mLeftPane;
|
||||
MyGUI::Widget* mRightPane;
|
||||
|
||||
MyGUI::WidgetPtr mSkillAreaWidget;
|
||||
MyGUI::ScrollView* mSkillView;
|
||||
int mLastPos, mClientHeight;
|
||||
|
||||
|
|
Loading…
Reference in a new issue