diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c index 93c33138d574204e8f6fb9991d4b15da4d380906..c0e60f1544e535d07cfb61ccfb7f0e785e7dd883 100644 --- a/sflphone-gtk/src/actions.c +++ b/sflphone-gtk/src/actions.c @@ -194,7 +194,6 @@ sflphone_fill_account_list(gboolean toolbarInitialized) gboolean sflphone_init() { - int i; current_calls = calltab_init(); history = calltab_init(); if(SHOW_SEARCHBAR) histfilter = create_filter(GTK_TREE_MODEL(history->store)); diff --git a/sflphone-gtk/src/assistant.c b/sflphone-gtk/src/assistant.c index 54851cdc7d0554c1b2dea199b4e34da7a7134caa..20c48e189e9b90fb97f28b26428ab66a0abeef07 100644 --- a/sflphone-gtk/src/assistant.c +++ b/sflphone-gtk/src/assistant.c @@ -395,7 +395,6 @@ create_vbox(GtkAssistantPageType type, const gchar *title, const gchar *section) { GtkWidget *vbox; GtkWidget *label; - GdkPixbuf *pixbuf; gchar *str; vbox = gtk_vbox_new(FALSE, 6); diff --git a/sflphone-gtk/src/calltree.c b/sflphone-gtk/src/calltree.c index a247f8127d3ca90c30288c528737e44b2b7d3558..15b7a89c6ad1454476ac01ac256b50fde89d85c5 100644 --- a/sflphone-gtk/src/calltree.c +++ b/sflphone-gtk/src/calltree.c @@ -586,7 +586,6 @@ update_call_tree_remove (calltab_t* tab, call_t * c) GValue val; call_t * iterCall; GtkListStore* store = tab->store; - GtkWidget* view = tab->view; int nbChild = gtk_tree_model_iter_n_children(GTK_TREE_MODEL(store), NULL); int i; @@ -620,7 +619,6 @@ update_call_tree (calltab_t* tab, call_t * c) GValue val; call_t * iterCall; GtkListStore* store = tab->store; - GtkWidget* view = tab->view; int nbChild = gtk_tree_model_iter_n_children(GTK_TREE_MODEL(store), NULL); int i; @@ -744,7 +742,6 @@ update_call_tree_add (calltab_t* tab, call_t * c) // New call in the list gchar * description; gchar * date=""; - gchar * duration=""; description = g_markup_printf_escaped("<b>%s</b> <i>%s</i>", call_get_number(c), call_get_name(c)); diff --git a/sflphone-gtk/src/menus.c b/sflphone-gtk/src/menus.c index 3340909b650ce0bfd2075dadf41bdbe77ae195cd..406a9f83b3db4b0d8099936a23eb595d5ecfb293 100644 --- a/sflphone-gtk/src/menus.c +++ b/sflphone-gtk/src/menus.c @@ -121,10 +121,6 @@ help_about ( void * foo) "Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>", "Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>", NULL}; - gchar *translators[] = { - "Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>", - "Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>", - NULL}; gtk_show_about_dialog( GTK_WINDOW(get_main_window()), "artists", artists,