yokogawa-dlm: Don't implement dummy scan options.

This commit is contained in:
Bert Vermeulen 2014-09-17 17:41:41 +02:00
parent 5827f61b64
commit d4ccb6bd8f
1 changed files with 0 additions and 3 deletions

View File

@ -477,9 +477,6 @@ static int config_list(uint32_t key, GVariant **data, const struct sr_dev_inst *
model = devc->model_config; model = devc->model_config;
switch (key) { switch (key) {
case SR_CONF_SCAN_OPTIONS:
*data = NULL;
break;
case SR_CONF_DEVICE_OPTIONS: case SR_CONF_DEVICE_OPTIONS:
if (cg_type == CG_NONE) { if (cg_type == CG_NONE) {
*data = g_variant_new_fixed_array(G_VARIANT_TYPE_UINT32, *data = g_variant_new_fixed_array(G_VARIANT_TYPE_UINT32,