libdvbv5: remove some commented dead code
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 5 Sep 2014 01:26:40 +0000 (22:26 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 5 Sep 2014 01:26:40 +0000 (22:26 -0300)
There are some dead code at dvb-file.c. Remove them

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/libdvbv5/dvb-file.c

index 918fc77..7e72b79 100644 (file)
@@ -228,12 +228,8 @@ struct dvb_file *dvb_parse_format_oneline(const char *fname,
                                }
                                if (table->prop == DTV_BANDWIDTH_HZ)
                                        j = fe_bandwidth_name[j];
-                               /*if (table->prop == DTV_POLARIZATION) {*/
-                                       /*entry->pol = j;*/
-                               /*} else {*/
-                                       entry->props[entry->n_props].cmd = table->prop;
-                                       entry->props[entry->n_props++].u.data = j;
-                               /*}*/
+                               entry->props[entry->n_props].cmd = table->prop;
+                                entry->props[entry->n_props++].u.data = j;
                        } else {
                                long v = atol(p);
                                if (table->mult_factor)