forked from mirror/openmw-tes3mp
Remove unused variables
This commit is contained in:
parent
6f608f1400
commit
cb3fa7c3b2
2 changed files with 0 additions and 4 deletions
|
@ -22,8 +22,6 @@ BirthDialog::BirthDialog(MWWorld::Environment& environment)
|
||||||
coord.top = (gameWindowSize.height - coord.height)/2;
|
coord.top = (gameWindowSize.height - coord.height)/2;
|
||||||
mMainWidget->setCoord(coord);
|
mMainWidget->setCoord(coord);
|
||||||
|
|
||||||
WindowManager *wm = environment.mWindowManager;
|
|
||||||
|
|
||||||
getWidget(spellArea, "SpellArea");
|
getWidget(spellArea, "SpellArea");
|
||||||
|
|
||||||
getWidget(birthImage, "BirthsignImage");
|
getWidget(birthImage, "BirthsignImage");
|
||||||
|
|
|
@ -312,8 +312,6 @@ void StatsWindow::addItem(const std::string text, MyGUI::IntCoord &coord1, MyGUI
|
||||||
void StatsWindow::addSkills(const SkillList &skills, const std::string &titleId, const std::string &titleDefault, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2)
|
void StatsWindow::addSkills(const SkillList &skills, const std::string &titleId, const std::string &titleDefault, MyGUI::IntCoord &coord1, MyGUI::IntCoord &coord2)
|
||||||
{
|
{
|
||||||
WindowManager *wm = environment.mWindowManager;
|
WindowManager *wm = environment.mWindowManager;
|
||||||
MWMechanics::MechanicsManager *mm = environment.mMechanicsManager;
|
|
||||||
ESMS::ESMStore &store = environment.mWorld->getStore();
|
|
||||||
|
|
||||||
// Add a line separator if there are items above
|
// Add a line separator if there are items above
|
||||||
if (!skillWidgets.empty())
|
if (!skillWidgets.empty())
|
||||||
|
|
Loading…
Reference in a new issue