Hide two never used settings in Input Settings

This commit is contained in:
twinaphex 2016-11-18 07:53:21 +01:00
parent c882ab8d51
commit 1e10abd7f2

View File

@ -4045,6 +4045,7 @@ static bool setting_append_list(
SD_FLAG_NONE
);
#if 0
CONFIG_BOOL(
list, list_info,
&settings->input.input_descriptor_label_show,
@ -4076,6 +4077,7 @@ static bool setting_append_list(
general_read_handler,
SD_FLAG_ADVANCED
);
#endif
END_SUB_GROUP(list, list_info, parent_group);