diff options
Diffstat (limited to 'events/roommessageevent.h')
-rw-r--r-- | events/roommessageevent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/events/roommessageevent.h b/events/roommessageevent.h index 27cf5fd8..af3b6797 100644 --- a/events/roommessageevent.h +++ b/events/roommessageevent.h @@ -54,8 +54,6 @@ namespace QMatrixClient */ QString body() const; - QDateTime hsob_ts() const; - MessageEventContent::Base* content() const; static RoomMessageEvent* fromJson( const QJsonObject& obj ); |