diff options
Diffstat (limited to 'src/model/introspect.rs')
| -rw-r--r-- | src/model/introspect.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/model/introspect.rs b/src/model/introspect.rs index f00f89f5..b150fabf 100644 --- a/src/model/introspect.rs +++ b/src/model/introspect.rs @@ -241,11 +241,6 @@ impl Introspector { #[comemo::track] impl Introspector { - /// Whether this introspector is not yet initialized. - pub fn init(&self) -> bool { - self.pages > 0 - } - /// Query for all matching elements. pub fn query(&self, selector: &Selector) -> EcoVec<Prehashed<Content>> { let hash = crate::util::hash128(selector); |
