chore: remove unused error

This commit is contained in:
drendog 2025-11-16 12:39:51 +01:00
parent d1f90a1933
commit 575dc9523a
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

@ -39,7 +39,4 @@ pub enum Error {
#[error("WindowingSystem has been dropped")]
SystemDropped,
#[error("Cannot run while EventLoopHandle exists")]
EventLoopHandleExists,
}