aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DatabaseSave.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/DatabaseSave.cxx b/src/DatabaseSave.cxx
index 8f5d5fb00..ff95cf788 100644
--- a/src/DatabaseSave.cxx
+++ b/src/DatabaseSave.cxx
@@ -20,6 +20,7 @@
#include "config.h"
#include "DatabaseSave.hxx"
#include "DatabaseLock.hxx"
+#include "DatabaseError.hxx"
#include "Directory.hxx"
#include "DirectorySave.hxx"
#include "Song.hxx"
@@ -47,13 +48,6 @@ enum {
DB_FORMAT = 1,
};
-gcc_const
-static GQuark
-db_quark(void)
-{
- return g_quark_from_static_string("database");
-}
-
void
db_save_internal(FILE *fp, const Directory *music_root)
{