summaryrefslogtreecommitdiffstats
path: root/src/khline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/khline.rs')
-rw-r--r--src/khline.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/khline.rs b/src/khline.rs
index 9d0c8b1..e3397e8 100644
--- a/src/khline.rs
+++ b/src/khline.rs
@@ -45,11 +45,6 @@ impl KhLine {
self == &KhLine::from(event)
}
- //TODO deprecated
- fn matches(&self, event: &IcalVEvent) -> bool {
- self == &KhLine::from(event)
- }
-
pub fn get_path(&self) -> &Path {
&self.path
}