Remove unused code.

This commit is contained in:
Ben Loftis 2018-02-09 13:44:49 -06:00
parent 5e24b17478
commit 8046f40f14
1 changed files with 0 additions and 10 deletions

View File

@ -56,16 +56,6 @@ GridLines::hide ()
void
GridLines::draw (std::vector<Ruler::Mark> marks)
{
// if (line_density > 2.0f) {
// lines.clear ();
// return;
// }
// if (_lower == _upper) {
// return;
// }
lines.clear();
const uint32_t c = UIConfiguration::instance().color_mod("measure line beat", "measure line beat");