mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Remove unused code.
This commit is contained in:
parent
5e24b17478
commit
8046f40f14
1 changed files with 0 additions and 10 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue