Skip to content
Snippets Groups Projects
Commit aa443302 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

remove unuseful variables

parent 31f17ab0
Branches
Tags
No related merge requests found
......@@ -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));
......
......@@ -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);
......
......@@ -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));
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment