diff options
| -rw-r--r-- | dgedit/samplesorter.cc | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/dgedit/samplesorter.cc b/dgedit/samplesorter.cc index 4048b49..57af071 100644 --- a/dgedit/samplesorter.cc +++ b/dgedit/samplesorter.cc @@ -65,21 +65,6 @@ void SampleSorter::setAttackLength(int len)    attlen = len;    relayout();  } -/* // TODO -Selections SampleSorter::selections() -{ -  Selections s; -  int j = 0; - -  QMap<float, Selection>::iterator i = sorted.begin(); -  while(i != sorted.end()) { -    s[j++] = i.value(); -    i++; -  } - -  return s; -} -*/  void SampleSorter::addSelection(sel_id_t id)  { | 
