Clean up obsolete comment in setting_data_new

This commit is contained in:
twinaphex 2014-10-11 05:08:04 +02:00
parent 77f43c78e5
commit 67fe4f38d4

View File

@ -4655,8 +4655,6 @@ rarch_setting_t *setting_data_new(unsigned mask)
settings_info_list_free(list_info);
/* do not optimize into return realloc(),
* list is static and must be written. */
return list;
error: