diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-08-31 17:57:27 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-08-31 18:01:04 +0900 |
commit | 4004992d8dd55ee27c3d39434d6a4498b8f515ef (patch) | |
tree | 85a68a8db1f05dc3a229266f9647627b44f38657 /room.h | |
parent | 76241cb772bb53901cdd3308262f76ba718d9a47 (diff) | |
download | libquotient-4004992d8dd55ee27c3d39434d6a4498b8f515ef.tar.gz libquotient-4004992d8dd55ee27c3d39434d6a4498b8f515ef.zip |
Room: Drop unused code
Diffstat (limited to 'room.h')
-rw-r--r-- | room.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 ); |