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:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user