summary refs log tree commit diff
path: root/src/TimelineView.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/TimelineView.cc')
-rw-r--r--src/TimelineView.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/TimelineView.cc b/src/TimelineView.cc

index aec519ed..7881aee4 100644 --- a/src/TimelineView.cc +++ b/src/TimelineView.cc
@@ -49,12 +49,6 @@ TimelineView::TimelineView(const Timeline &timeline, addEvents(timeline); } -void TimelineView::clear() -{ - for (const auto msg : scroll_layout_->children()) - msg->deleteLater(); -} - void TimelineView::sliderRangeChanged(int min, int max) { Q_UNUSED(min);