Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
akortunov committed Nov 17, 2023
1 parent fa8f92b commit 9993902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/openmw/mwgui/hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,7 @@ namespace MWGui
mSpellStatus->setProgressPosition(0);

mWeapImage->setItem(MWWorld::Ptr());
mWeapImage->setIcon(std::string());
mSpellImage->setItem(MWWorld::Ptr());
mSpellImage->setIcon(std::string());

mWeapBox->clearUserStrings();
mWeapBox->setUserData(MyGUI::Any::Null);
Expand Down

0 comments on commit 9993902

Please sign in to comment.