From e44fa1cca88e0a844cd3de28f2494a30f4eb0cc3 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 12 Apr 2007 00:32:26 +0000 Subject: removed redundant lines. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1625 ee746299-78ed-0310-b773-934348b2243d --- src/importcsv.c | 7 ------- src/importldif.c | 4 ---- 2 files changed, 11 deletions(-) (limited to 'src') diff --git a/src/importcsv.c b/src/importcsv.c index 924563bd..00bb2c4c 100644 --- a/src/importcsv.c +++ b/src/importcsv.c @@ -17,10 +17,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - * Edit VCard address book data. - */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -97,7 +93,6 @@ static struct _ImpCSVDlg { GtkWidget *btnCancel; GtkWidget *statusbar; gint status_cid; - gint rowIndSelect; gint rowCount; gchar *nameBook; gchar *fileName; @@ -186,7 +181,6 @@ static gboolean imp_csv_load_fields( gchar *sFile ) { g_return_val_if_fail(sFile != NULL, FALSE); - impcsv_dlg.rowIndSelect = -1; impcsv_dlg.rowCount = 0; gtk_clist_clear( clist ); @@ -979,7 +973,6 @@ AddressBookFile *addressbook_imp_csv( AddressIndex *addrIndex ) { imp_csv_message(); gtk_widget_grab_focus(impcsv_dlg.file_entry); - impcsv_dlg.rowIndSelect = -1; impcsv_dlg.rowCount = 0; g_free( impcsv_dlg.nameBook ); g_free( impcsv_dlg.fileName ); diff --git a/src/importldif.c b/src/importldif.c index 2b37ee9e..7d0deb49 100644 --- a/src/importldif.c +++ b/src/importldif.c @@ -17,10 +17,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - * Edit VCard address book data. - */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif -- cgit v1.2.3