From 81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 18 Mar 2018 12:47:35 +0200 Subject: Remove redacted events from other users (#171) --- include/timeline/TimelineView.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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 &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 eventIds_; QQueue pending_msgs_; -- cgit 1.5.1