diff options
author | Max Kellermann <max@duempel.org> | 2009-03-15 18:21:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-15 18:21:53 +0100 |
commit | 9e30dfb9c195dab50c4d0173885a94e7b81d45bd (patch) | |
tree | 753477ec8b85f2dce98d6c1d85e253172fbfafb1 /src/dbUtils.h | |
parent | 1308f5f669a938963334a34c3ac75e6dcddf077f (diff) | |
download | mpd-9e30dfb9c195dab50c4d0173885a94e7b81d45bd.tar.gz mpd-9e30dfb9c195dab50c4d0173885a94e7b81d45bd.tar.xz mpd-9e30dfb9c195dab50c4d0173885a94e7b81d45bd.zip |
dbUtils: removed printSavedMemoryFromFilenames()
The function is unused.
Diffstat (limited to '')
-rw-r--r-- | src/dbUtils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h index 1e9121bfb..1382c243e 100644 --- a/src/dbUtils.h +++ b/src/dbUtils.h @@ -49,6 +49,4 @@ int listAllUniqueTags(struct client *client, int type, const struct locate_item_list *criteria); -void printSavedMemoryFromFilenames(void); - #endif |