From 8f37161c34241ef3f4c2f10bb4eb58618ad47482 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 13 Jul 2006 18:46:58 +0000 Subject: Declare functions not used outside dbUtils.c static. Remove a disabled function from dbUtils.c out of main.c git-svn-id: https://svn.musicpd.org/mpd/trunk@4314 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 422a4620a..b09e0706c 100644 --- a/src/main.c +++ b/src/main.c @@ -586,8 +586,6 @@ int main(int argc, char * argv[]) { printMemorySavedByTagTracker(); printSavedMemoryFromFilenames(); - /*printSavedMemoryFromDirectoryNames();*/ - setupLogOutput(&options, out, err); -- cgit v1.2.3