mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Fix unused variable
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user