mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Fix unused variable
This commit is contained in:
parent
c6513ea7a2
commit
7323f7c561
@ -2225,7 +2225,9 @@ sound_play (const char *file, gboolean quiet)
|
||||
{
|
||||
char *buf;
|
||||
char *wavfile;
|
||||
#ifndef WIN32
|
||||
char *cmd;
|
||||
#endif
|
||||
|
||||
/* the pevents GUI editor triggers this after removing a soundfile */
|
||||
if (!file[0])
|
||||
|
Loading…
Reference in New Issue
Block a user