Fix RGUI issue with 'w' getting set to 0 for settings labels

This commit is contained in:
twinaphex 2014-10-13 04:11:05 +02:00
parent 0af2abed74
commit 907baa7c11

View File

@ -1792,8 +1792,6 @@ static int get_fallback_label(char *type_str,
}
break;
default:
*type_str = '\0';
*w = 0;
ret = -1;
break;
}