mu: remove contacts-path leftovers

The contacts are now embedded in the xapian database, so we don't need
the contact-path anymore. Let's remove some leftovers.
This commit is contained in:
Dirk-Jan C. Binnema
2019-07-12 17:38:47 +03:00
parent 125176d397
commit 69229a4228
3 changed files with 5 additions and 8 deletions

View File

@ -125,8 +125,7 @@ add_synonyms (MuStore *store)
MuStore*
mu_store_new_writable (const char* xpath, const char *contacts_cache,
gboolean rebuild, GError **err)
mu_store_new_writable (const char* xpath, gboolean rebuild, GError **err)
{
g_return_val_if_fail (xpath, NULL);