]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove duplicate 'defaultmagnifierwidth' retrieval
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Dec 2022 05:42:36 +0000 (21:42 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Dec 2022 19:42:15 +0000 (11:42 -0800)
The return value of this call was being ignored. It seems accidentally
copy-pasted from the lines below.

cmd/smyrna/viewport.c

index 0c4a0ad9006790d18cbf43691420f1f92ab00d05..8fdfa820bd33aa0da8b0cce8d15662167455e0e4 100644 (file)
@@ -168,7 +168,6 @@ void set_viewport_settings_from_template(ViewInfo *vi, Agraph_t *g) {
     vi->FontSize =
        (float) atof(get_attribute_value("defaultfontsize", vi, g));
 
-    get_attribute_value("defaultmagnifierwidth", vi, g);
     vi->mg.width =
        atoi(get_attribute_value("defaultmagnifierwidth", vi, g));
     vi->mg.height =