summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/parser.c b/parser.c
index 1738925..06ce22c 100644
--- a/parser.c
+++ b/parser.c
@@ -389,10 +389,6 @@ int parse_flame_element(xmlNode *flame_node, flam3_genome *loc_current_cp,
cp->rotate = flam3_atof(att_str);
} else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"zoom")) {
cp->zoom = flam3_atof(att_str);
- } else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"oversample")) {
- cp->spatial_oversample = flam3_atoi(att_str);
- } else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"supersample")) {
- cp->spatial_oversample = flam3_atoi(att_str);
} else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"filter")) {
cp->spatial_filter_radius = flam3_atof(att_str);
} else if (!xmlStrcmp(cur_att->name, (const xmlChar *)"filter_shape")) {