Skip to content

Commit

Permalink
Revert "posible code style fixes for PR simulationcraft#4942 - RG war…
Browse files Browse the repository at this point in the history
…n 7439"

This reverts commit 443074e.
  • Loading branch information
kendrick-walls-work committed Sep 11, 2019
1 parent 9390fb1 commit 8c4a257
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions engine/class_modules/sc_rogue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7113,11 +7113,6 @@ void rogue_t::init_special_effects()
options.memory_of_lucid_dreams_proc_chance = 0.15;
break;
}
default:
{
// 2019-09-09 - do nothing if non-rouge spec is given. junk in = junk out.
break;
}
}
}

Expand Down Expand Up @@ -7486,11 +7481,6 @@ void rogue_t::vision_of_perfection_proc()
}
break;
}
default:
{
// 2019-09-09 - do nothing if non-rouge spec is given. junk in = junk out.
break;
}
}
}

Expand Down

0 comments on commit 8c4a257

Please sign in to comment.