mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Remove unused prototype
This commit is contained in:
parent
8e2f1e9dce
commit
f032c75e6a
1 changed files with 0 additions and 3 deletions
|
@ -136,9 +136,6 @@ public:
|
|||
//! Retrieve all the user ids from a room.
|
||||
std::vector<std::string> roomMembers(const std::string &room_id);
|
||||
|
||||
//! Get the other user from an invite to a direct chat.
|
||||
RoomMember getDirectInviteMember(const std::string &room_id);
|
||||
|
||||
//! Check if the given user has power leve greater than than
|
||||
//! lowest power level of the given events.
|
||||
bool hasEnoughPowerLevel(const std::vector<mtx::events::EventType> &eventTypes,
|
||||
|
|
Loading…
Reference in a new issue