summaryrefslogtreecommitdiffstats
path: root/include/timeline/TimelineView.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeline/TimelineView.h')
-rw-r--r--include/timeline/TimelineView.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/timeline/TimelineView.h b/include/timeline/TimelineView.h
index 78e092b3..78000a16 100644
--- a/include/timeline/TimelineView.h
+++ b/include/timeline/TimelineView.h
@@ -230,12 +230,6 @@ private:
//! Render the given timeline events to the top of the timeline.
void renderTopEvents(const std::vector<TimelineEvent> &events);
- //! Decide if the given timeline event can be rendered.
- inline bool isViewable(const TimelineEvent &event) const;
-
- //! Decide if the given event should trigger a notification.
- inline bool isNotifiable(const TimelineEvent &event) const;
-
// The events currently rendered. Used for duplicate detection.
QMap<QString, TimelineItem *> eventIds_;
QQueue<PendingMessage> pending_msgs_;