events: Remove unused EventKind

This commit is contained in:
Jonas Platte 2022-03-30 16:23:17 +02:00
parent 3c7edb1f9e
commit 5ac6fcabc8
No known key found for this signature in database
GPG Key ID: BBA95679259D342F

View File

@ -127,7 +127,4 @@ pub enum EventKind {
/// Presence event kind. /// Presence event kind.
Presence, Presence,
/// Hierarchy space child kind.
HierarchySpaceChild,
} }