summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 12:47:35 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 12:47:35 +0200
commit81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c (patch)
tree2c7e852367f5b4dbb79ea0220c2de8e2e6cfb4e4 /include
parentUpdate matrix-structs library (diff)
downloadnheko-81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c.tar.xz
Remove redacted events from other users (#171)
Diffstat (limited to 'include')
-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_;