summaryrefslogtreecommitdiffstats
path: root/libimagbookmark
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-08 16:30:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-08 16:30:50 +0200
commit749f08ca66de7715a6e2008f3e3037e6b220f285 (patch)
treef9f88e7b7984073b5cad8e2abcd299cc31d8ac22 /libimagbookmark
parent2ed07d4f7d088a2de7927971880503f931ca0cf8 (diff)
fixup for 9231cf5f
Diffstat (limited to 'libimagbookmark')
-rw-r--r--libimagbookmark/src/collection.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/libimagbookmark/src/collection.rs b/libimagbookmark/src/collection.rs
index 2a820c29..bdee34a2 100644
--- a/libimagbookmark/src/collection.rs
+++ b/libimagbookmark/src/collection.rs
@@ -103,10 +103,6 @@ impl<'a> BookmarkCollection<'a> {
.map_err_into(BEK::LinkError)
}
- pub fn get_link(&self, l: Link) -> Result<Link> {
- unimplemented!()
- }
-
pub fn get_links_matching(&self, r: Regex) -> Result<Link> {
unimplemented!()
}