remove some dead code

This commit is contained in:
Dirk-Jan C. Binnema
2020-02-10 01:00:01 +02:00
parent 36b31eeb0a
commit 24932c12b7
4 changed files with 0 additions and 173 deletions

View File

@ -53,16 +53,6 @@ MuQuery* mu_query_new (MuStore *store, GError **err)
*/
void mu_query_destroy (MuQuery *self);
/**
* get a version string for the database
*
* @param store a valid MuQuery
*
* @return the version string (free with g_free), or NULL in case of error
*/
char* mu_query_version (MuQuery *store)
G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
typedef enum {
MU_QUERY_FLAG_NONE = 0 << 0, /**< no flags */