tests: Remove unused mock-libfeedback.h

This commit is contained in:
Evangelos Ribeiro Tzaras
2023-01-15 10:52:57 +01:00
parent 35953ff4d1
commit 82c3cea464
3 changed files with 1 additions and 30 deletions

View File

@@ -82,7 +82,7 @@ t = executable('ui-call', test_sources,
test('ui-call', t, env: test_env)
test_sources = [
'mock-call.c', 'mock-call.h', 'mock-libfeedback.h',
'mock-call.c', 'mock-call.h',
'test-ringer.c'
]