tests: Remove unused mock-libfeedback.h
This commit is contained in:
@@ -82,7 +82,7 @@ t = executable('ui-call', test_sources,
|
|||||||
test('ui-call', t, env: test_env)
|
test('ui-call', t, env: test_env)
|
||||||
|
|
||||||
test_sources = [
|
test_sources = [
|
||||||
'mock-call.c', 'mock-call.h', 'mock-libfeedback.h',
|
'mock-call.c', 'mock-call.h',
|
||||||
'test-ringer.c'
|
'test-ringer.c'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#define LIBFEEDBACK_USE_UNSTABLE_API
|
|
||||||
|
|
||||||
#include <libfeedback.h>
|
|
||||||
#include <glib.h>
|
|
||||||
|
|
||||||
|
|
||||||
gboolean __wrap_lfb_init (const char *app_id,
|
|
||||||
GError **error);
|
|
||||||
void __wrap_lfb_uninit (void);
|
|
||||||
void __wrap_lfb_event_set_feedback_profile (LfbEvent *self,
|
|
||||||
const char *profile);
|
|
||||||
|
|
||||||
void __wrap_lfb_event_trigger_feedback_async (LfbEvent *self,
|
|
||||||
GCancellable *cancellable,
|
|
||||||
GAsyncReadyCallback callback,
|
|
||||||
gpointer user_data);
|
|
||||||
gboolean __wrap_lfb_event_trigger_feedback_finish (LfbEvent *self,
|
|
||||||
GAsyncResult *res,
|
|
||||||
GError **error);
|
|
||||||
void __wrap_lfb_event_end_feedback_async (LfbEvent *self,
|
|
||||||
GCancellable *cancellable,
|
|
||||||
GAsyncReadyCallback callback,
|
|
||||||
gpointer user_data);
|
|
||||||
gboolean __wrap_lfb_event_end_feedback_finish (LfbEvent *self,
|
|
||||||
GAsyncResult *res,
|
|
||||||
GError **error);
|
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
#include "calls-ringer.h"
|
#include "calls-ringer.h"
|
||||||
#include "calls-ui-call-data.h"
|
#include "calls-ui-call-data.h"
|
||||||
#include "mock-call.h"
|
#include "mock-call.h"
|
||||||
#include "mock-libfeedback.h"
|
|
||||||
#include "mock-contacts-provider.h"
|
#include "mock-contacts-provider.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user