From 9ae7f186bc43749383594807b1d751b5389161e7 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Wed, 29 Jan 2014 18:14:57 +0100
Subject: LocalStorage: new API abstracting filesystem walk

Prepare to make this a new plugin API, for example to use a SMB share
for the music_directory.
---
 src/Mapper.hxx | 22 ----------------------
 1 file changed, 22 deletions(-)

(limited to 'src/Mapper.hxx')

diff --git a/src/Mapper.hxx b/src/Mapper.hxx
index 33d3b94f5..a94a4fbb5 100644
--- a/src/Mapper.hxx
+++ b/src/Mapper.hxx
@@ -91,28 +91,6 @@ gcc_pure
 AllocatedPath
 map_uri_fs(const char *uri);
 
-/**
- * Determines the file system path of a directory object.
- *
- * @param directory the directory object
- * @return the path in file system encoding, or nullptr if mapping failed
- */
-gcc_pure
-AllocatedPath
-map_directory_fs(const Directory &directory);
-
-/**
- * Determines the file system path of a directory's child (may be a
- * sub directory or a song).
- *
- * @param directory the parent directory object
- * @param name the child's name in UTF-8
- * @return the path in file system encoding, or nullptr if mapping failed
- */
-gcc_pure
-AllocatedPath
-map_directory_child_fs(const Directory &directory, const char *name);
-
 /**
  * "Detach" the #Song object, i.e. convert it to a #DetachedSong
  * instance.
-- 
cgit v1.2.3