From 0a54ec26795031f7e7052c3eba50c879c391afb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 13 Nov 2023 14:51:19 +0100 Subject: [PATCH] explore: Remove unused field --- src/session/view/content/explore/public_room_list.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/session/view/content/explore/public_room_list.rs b/src/session/view/content/explore/public_room_list.rs index 478d442f..e75676bb 100644 --- a/src/session/view/content/explore/public_room_list.rs +++ b/src/session/view/content/explore/public_room_list.rs @@ -28,7 +28,6 @@ mod imp { pub network: RefCell>, pub server: RefCell>, pub next_batch: RefCell>, - pub loading: Cell, pub request_sent: Cell, pub total_room_count_estimate: Cell>, pub session: WeakRef,