explore: Remove unused field

This commit is contained in:
Kévin Commaille 2023-11-13 14:51:19 +01:00
parent 9b7bd5bb5e
commit 0a54ec2679
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -28,7 +28,6 @@ mod imp {
pub network: RefCell<Option<String>>,
pub server: RefCell<Option<String>>,
pub next_batch: RefCell<Option<String>>,
pub loading: Cell<bool>,
pub request_sent: Cell<bool>,
pub total_room_count_estimate: Cell<Option<u64>>,
pub session: WeakRef<Session>,