File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed
bindings/matrix-sdk-ffi/src Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,6 @@ impl RoomDirectorySearch {
155
155
}
156
156
}
157
157
158
- #[ derive( uniffi:: Record ) ]
159
- pub struct RoomDirectorySearchEntriesResult {
160
- pub entries_stream : Arc < TaskHandle > ,
161
- }
162
-
163
158
#[ derive( uniffi:: Enum ) ]
164
159
pub enum RoomDirectorySearchEntryUpdate {
165
160
Append { values : Vec < RoomDescription > } ,
Original file line number Diff line number Diff line change @@ -887,33 +887,6 @@ impl TimelineDiff {
887
887
}
888
888
}
889
889
890
- #[ derive( uniffi:: Record ) ]
891
- pub struct InsertData {
892
- pub index : u32 ,
893
- pub item : Arc < TimelineItem > ,
894
- }
895
-
896
- #[ derive( uniffi:: Record ) ]
897
- pub struct SetData {
898
- pub index : u32 ,
899
- pub item : Arc < TimelineItem > ,
900
- }
901
-
902
- #[ derive( Clone , Copy , uniffi:: Enum ) ]
903
- pub enum TimelineChange {
904
- Append ,
905
- Clear ,
906
- Insert ,
907
- Set ,
908
- Remove ,
909
- PushBack ,
910
- PushFront ,
911
- PopBack ,
912
- PopFront ,
913
- Truncate ,
914
- Reset ,
915
- }
916
-
917
890
#[ derive( Clone , uniffi:: Record ) ]
918
891
pub struct TimelineUniqueId {
919
892
id : String ,
You can’t perform that action at this time.
0 commit comments