From 4004992d8dd55ee27c3d39434d6a4498b8f515ef Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 31 Aug 2016 17:57:27 +0900 Subject: Room: Drop unused code --- room.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'room.h') diff --git a/room.h b/room.h index 8cf393a2..25eae11b 100644 --- a/room.h +++ b/room.h @@ -30,7 +30,6 @@ namespace QMatrixClient { class Event; - class State; class Connection; class User; @@ -65,8 +64,6 @@ namespace QMatrixClient */ Q_INVOKABLE QString roomMembername(QString userId) const; - Q_INVOKABLE void addMessage( Event* event ); - Q_INVOKABLE void addInitialState( State* state ); Q_INVOKABLE void updateData( const SyncRoomData& data ); Q_INVOKABLE void setJoinState( JoinState state ); -- cgit v1.2.3