]> granicus.if.org Git - graphviz/commitdiff
remove some explicit constructor calls
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Apr 2021 02:08:44 +0000 (19:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Apr 2021 04:30:38 +0000 (21:30 -0700)
These constructors are all called implicitly already.

plugin/visio/VisioRender.cpp

index effa5929c67aae7d6d96dee0a048d3f597f3b30b..34cc6d4ddf9ad42d06940c546fc283422cbd99a8 100644 (file)
@@ -58,11 +58,7 @@ namespace Visio
                _pageId(0),
                _shapeId(0),
                _hyperlinkId(0),
-               _inComponent(false),
-               _graphics(),
-               _texts(),
-               _hyperlinks(),
-               _nodeIds()
+               _inComponent(false)
        {
        }