Commit f68e36f8 authored by Max Kellermann's avatar Max Kellermann

DatabaseSave: eliminate redundant db_quark() implementation

parent 4db119c0
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment