Skip to content

Commit

Permalink
remove redundant actor commands load
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 22, 2018
1 parent b05179f commit e9f225e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ScreenInstallOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ void ScreenInstallOverlay::Init()
m_textStatus.LoadFromFont(THEME->GetPathF("ScreenInstallOverlay", "status"));
m_textStatus.SetName("Status");
LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND(m_textStatus);


ActorUtil::LoadAllCommandsAndSetXY(m_textStatus, "ScreenInstallOverlay");
this->AddChild(&m_textStatus);
}

Expand Down

0 comments on commit e9f225e

Please sign in to comment.