@@ -625,10 +625,9 @@ void setVolumeRatio_mbrola(float value) | |||
char *lastErrorStr_mbrola(char *buffer, int bufsize) | |||
{ | |||
int result; | |||
if (mbr_pid) | |||
mbrola_has_errors(); | |||
result = snprintf(buffer, bufsize, "%s", mbr_errorbuf); | |||
snprintf(buffer, bufsize, "%s", mbr_errorbuf); | |||
return buffer; | |||
} | |||
@@ -541,7 +541,6 @@ voice_t *LoadVoice(const char *vname, int control) | |||
char names[8][40]; | |||
char name1[40]; | |||
char name2[80]; | |||
const char *voice_dir; | |||
int pitch1; | |||
int pitch2; |