summaryrefslogtreecommitdiffstats
path: root/src/frontier/min.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontier/min.rs')
-rw-r--r--src/frontier/min.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/frontier/min.rs b/src/frontier/min.rs
index 8c5099d..da08746 100644
--- a/src/frontier/min.rs
+++ b/src/frontier/min.rs
@@ -144,10 +144,6 @@ where
self.len - self.deleted
}
- fn is_empty(&self) -> bool {
- self.len() == 0
- }
-
fn place(&mut self, rgb8: Rgb8) -> Option<(u32, u32)> {
let color = C::from(rgb8);
let (x, y) = self