0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 01:28:54 +02:00

modules/m_room_member: Remove cruft.

This commit is contained in:
Jason Volk 2020-04-13 16:59:30 -07:00
parent 592f6fe673
commit a7d1bc9419

View file

@ -10,9 +10,6 @@
namespace ircd::m
{
static void affect_user_room(const event &, vm::eval &);
extern m::hookfn<m::vm::eval &> affect_user_room_hookfn;
static void auth_room_member_ban(const event &, room::auth::hookdata &);
extern m::hookfn<room::auth::hookdata &> auth_room_member_ban_hookfn;