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 *buf;
|
||||||
char *wavfile;
|
char *wavfile;
|
||||||
|
#ifndef WIN32
|
||||||
char *cmd;
|
char *cmd;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* the pevents GUI editor triggers this after removing a soundfile */
|
/* the pevents GUI editor triggers this after removing a soundfile */
|
||||||
if (!file[0])
|
if (!file[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user