summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-01-18 02:10:03 -0800
committerArnavion <arnavion@gmail.com>2015-01-18 02:10:03 -0800
commit2e76a4e4774fe867bf717f8511f2e60deea5b260 (patch)
tree2ff4c5fff9cd4bf41f9ec9715a9cd93abb72c4e5 /src/common/hexchat.h
parentee17ec6b4f0d0d198f0a8efa1eaf4e93646140e1 (diff)
Removed CP1255-specific handling of server lines.
GLib's API is good enough now.
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 4bc6eb20..1d4e4f1f 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -567,7 +567,6 @@ typedef struct server
 	unsigned int have_except:1;	/* ban exemptions +e */
 	unsigned int have_invite:1;	/* invite exemptions +I */
 	unsigned int have_cert:1;	/* have loaded a cert */
-	unsigned int using_cp1255:1;	/* encoding is CP1255/WINDOWS-1255? */
 	unsigned int use_who:1;			/* whether to use WHO command to get dcc_ip */
 	unsigned int sasl_mech;			/* mechanism for sasl auth */
 	unsigned int sent_saslauth:1;	/* have sent AUTHENICATE yet */