tests: Don't mock calls_contacts_provider_new()

Having set which folks backends to use the real function can be used
without causing any warnings leading to the build to fail.
This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-15 10:49:12 +01:00
parent b6bdfaca99
commit e5a6ace32d
5 changed files with 3 additions and 45 deletions

View File

@@ -11,15 +11,6 @@
#include "calls-ringer.h"
#include "calls-ui-call-data.h"
#include "mock-call.h"
#include "mock-contacts-provider.h"
/* mock calls_contacts_provider_new() */
CallsContactsProvider *
__wrap_calls_contacts_provider_new (void)
{
return NULL;
}
/* add or remove calls */