summary refs log tree commit diff stats
path: root/src/common/dcc.h
diff options
context:
space:
mode:
authorArnav Singh <arnavion@gmail.com>2012-10-22 02:30:38 -0700
committerArnav Singh <arnavion@gmail.com>2012-10-22 19:08:36 -0700
commit8902f52eb955b8102912c2de3ae57d962934e52b (patch)
tree083bed641aca97155e33eefa19ab9fcae316d4d8 /src/common/dcc.h
parent8c7ec909b899d859af3f20927ab2db6e3b2270fb (diff)
Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed usage of g_stat to use GStatBuf instead of OS-native struct stat.
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r--src/common/dcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dcc.h b/src/common/dcc.h
index da4ce979..656c8fdc 100644
--- a/src/common/dcc.h
+++ b/src/common/dcc.h
@@ -62,7 +62,6 @@ struct DCC
 	time_t lasttime;
 	char *file;					/* utf8 */
 	char *destfile;			/* utf8 */
-	char *destfile_fs;		/* local filesystem encoding */
 	char *nick;
 	unsigned char type;		  /* 0 = SEND  1 = RECV  2 = CHAT */
 	unsigned char dccstat;	  /* 0 = QUEUED  1 = ACTIVE  2 = FAILED  3 = DONE */