explore: Remove unused field
This commit is contained in:
parent
9b7bd5bb5e
commit
0a54ec2679
1 changed files with 0 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue