2012-09-16 [mones] 3.8.1cvs60
[claws.git] / src / prefs_customheader.c
index 51832f65fdb95d8d054c4b8bdcc45c45d09ceb8e..36c273783ac042ac2db4b2a79ddfd34a3c7de6c1 100644 (file)
@@ -501,10 +501,6 @@ static void prefs_custom_header_list_view_set_row(PrefsAccount *ac)
        CustomHeader *ch;
        const gchar *entry_text;
        gchar *ch_str;
-       GtkListStore *store;
-
-       store = GTK_LIST_STORE(gtk_tree_view_get_model
-                               (GTK_TREE_VIEW(customhdr.list_view)));
 
        entry_text = gtk_entry_get_text(GTK_ENTRY(customhdr.hdr_entry));
        if (entry_text[0] == '\0') {