diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-12 00:32:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-12 00:32:26 +0000 |
commit | e44fa1cca88e0a844cd3de28f2494a30f4eb0cc3 (patch) | |
tree | 56dbe370368c39c8d0602fbea71be02aee0629d5 | |
parent | 19d9ecec015914b74e870ec907a392e6a9e94ac7 (diff) |
removed redundant lines.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1625 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | src/importcsv.c | 7 | ||||
-rw-r--r-- | src/importldif.c | 4 |
2 files changed, 0 insertions, 11 deletions
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 |