refactor(ffi): remove unused struct

This commit is contained in:
Benjamin Bouvier
2026-04-17 12:01:14 +02:00
parent ce01854078
commit a1f32d741f
-6
View File
@@ -154,12 +154,6 @@ impl Client {
}
}
#[derive(uniffi::Record)]
pub struct BasicGlobalSearchResult {
room_id: String,
event_id: String,
}
#[derive(uniffi::Record)]
pub struct GlobalSearchResult {
room_id: String,