Remove unused object.

This commit is contained in:
funilrys 2022-12-03 19:13:06 +01:00
parent c07a5932cb
commit e2775c6f49
No known key found for this signature in database
GPG Key ID: 0D8BFEF5515C00C6

View File

@ -56,7 +56,6 @@ pub type Checked = settings::Checked;
pub type Unchecked = settings::Unchecked;
pub type Task = tasks::Task;
pub type TaskEvent = tasks::TaskEvent;
pub type Key = keys::Key;
// ===== Other types to clarify the code of the compat module