aboutsummaryrefslogtreecommitdiff
path: root/src/importcsv.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-12 00:32:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-12 00:32:26 +0000
commite44fa1cca88e0a844cd3de28f2494a30f4eb0cc3 (patch)
tree56dbe370368c39c8d0602fbea71be02aee0629d5 /src/importcsv.c
parent19d9ecec015914b74e870ec907a392e6a9e94ac7 (diff)
removed redundant lines.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1625 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/importcsv.c')
-rw-r--r--src/importcsv.c7
1 files changed, 0 insertions, 7 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 );