Skip to content

Commit

Permalink
Remove vestiges of an earlier attempt to fix bug #21450.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja-MiT committed Feb 23, 2014
1 parent 3b69ba8 commit a0f0360
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/playmp_controller.cpp
Expand Up @@ -287,9 +287,6 @@ void playmp_controller::reset_end_scenario_button()
void playmp_controller::linger()
{
LOG_NG << "beginning end-of-scenario linger\n";
// TODO this seemed the right way to handle bug #21450
// but it is causing to end scenario button to be disabled
//const events::command_disabler disable_commands;
browse_ = true;
linger_ = true;
// If we need to set the status depending on the completion state
Expand Down
3 changes: 0 additions & 3 deletions src/playsingle_controller.cpp
Expand Up @@ -782,9 +782,6 @@ struct set_completion
void playsingle_controller::linger()
{
LOG_NG << "beginning end-of-scenario linger\n";
// TODO this seemed the right way to handle bug #21450
// but it is causing to end scenario button to be disabled
//const events::command_disabler disable_commands;
browse_ = true;
linger_ = true;

Expand Down

0 comments on commit a0f0360

Please sign in to comment.