From 5746468fb97233b15fa3cde5317173bd7e7a64cc Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 19 Nov 2014 14:18:33 -0500 Subject: [PATCH] gnome: remove undefined function Change-Id: I385c05bacb7637fb4a2f0754df8bc11b541e42cc --- gnome/src/actions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnome/src/actions.h b/gnome/src/actions.h index 4212bd3d85..9dd2fc5bdb 100644 --- a/gnome/src/actions.h +++ b/gnome/src/actions.h @@ -185,8 +185,6 @@ void sflphone_fill_call_list(void); */ void sflphone_fill_codec_list_per_account(account_t *); -void sflphone_add_participant(); - gboolean sflphone_rec_call(SFLPhoneClient *client); void status_bar_display_account(); -- GitLab