diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-14 10:47:37 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-14 10:47:37 +0200 |
commit | db582a4e5c51f8f83c0d952373b691400ff78178 (patch) | |
tree | da4f53e8254b074cec96ec9e197498c3a7cb85fc /src/common/hexchat.h | |
parent | 059e4ec9c8d59f6b283bda3f007ae9d2fd29bc83 (diff) |
Remove sound_dir, it's pointless
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 3291d93a..906dcabf 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -337,7 +337,6 @@ struct hexchatprefs char hex_net_proxy_pass[32]; char hex_net_proxy_user[32]; char hex_sound_command[PATHLEN + 1]; - char hex_sound_dir[PATHLEN + 1]; char hex_stamp_log_format[64]; char hex_stamp_text_format[64]; char hex_text_background[PATHLEN + 1]; |