Remove outdated event registrations

This commit is contained in:
Tobias Fella
2024-04-16 22:39:16 +02:00
parent e5e0405401
commit 0f6fd3adee
2 changed files with 0 additions and 3 deletions

View File

@@ -89,6 +89,4 @@ public:
QUO_EVENT(ImagePackEvent, "im.ponies.room_emotes") QUO_EVENT(ImagePackEvent, "im.ponies.room_emotes")
using KeyedStateEventBase::KeyedStateEventBase; using KeyedStateEventBase::KeyedStateEventBase;
}; };
REGISTER_EVENT_TYPE(ImagePackEvent)
} }

View File

@@ -40,5 +40,4 @@ public:
*/ */
QJsonArray allow() const; QJsonArray allow() const;
}; };
REGISTER_EVENT_TYPE(JoinRulesEvent)
} }