diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 01:57:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 01:57:00 +0200 |
commit | 5bb284267be3b1b276171093e701bbc97bbd0d68 (patch) | |
tree | 1e8209cc4dbcebb63ee97a7bc5b5faf60eff1b25 /src/common/hexchat.h | |
parent | 7e3c8c461ee87399bcf863e2d585b9158e72c2c5 (diff) |
Remove dead code for sound_command
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 906dcabf..327894df 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -336,7 +336,6 @@ struct hexchatprefs char hex_net_proxy_host[64]; char hex_net_proxy_pass[32]; char hex_net_proxy_user[32]; - char hex_sound_command[PATHLEN + 1]; char hex_stamp_log_format[64]; char hex_stamp_text_format[64]; char hex_text_background[PATHLEN + 1]; |