aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-15 18:21:53 +0100
committerMax Kellermann <max@duempel.org>2009-03-15 18:21:53 +0100
commit9e30dfb9c195dab50c4d0173885a94e7b81d45bd (patch)
tree753477ec8b85f2dce98d6c1d85e253172fbfafb1 /src/dbUtils.h
parent1308f5f669a938963334a34c3ac75e6dcddf077f (diff)
dbUtils: removed printSavedMemoryFromFilenames()
The function is unused.
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index 1e9121bf..1382c243 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