EvtMainFrame: remove an extra line.
This commit is contained in:
parent
3c64f59a8c
commit
640f378357
1 changed files with 0 additions and 1 deletions
|
@ -543,7 +543,6 @@ void EvtMainFrame::updateProfileStats() {
|
|||
Profile* current_profile = _profileManager.currentProfile();
|
||||
_companyName->SetLabel(current_profile->getCompanyName());
|
||||
|
||||
|
||||
_credits->SetLabel(wxString::Format("%i", current_profile->getCredits()));
|
||||
|
||||
if(story_progress_map.find(current_profile->getStoryProgress()) != story_progress_map.end()) {
|
||||
|
|
Loading…
Reference in a new issue