Skip to content

Commit

Permalink
Remove remaining references to wingraphviz
Browse files Browse the repository at this point in the history
This is left over from 629a676
which removed wingraphviz in 2010
  • Loading branch information
mantis committed Sep 5, 2014
1 parent 9359bac commit f960f93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/graphviz_api.php
Expand Up @@ -461,10 +461,9 @@ class Digraph extends Graph {
* @param string $p_name Name of the graph.
* @param array $p_attributes Attributes.
* @param string $p_tool Graphviz tool.
* @param string $p_com_module Name of the graphviz COM module.
*/
function Digraph( $p_name = 'G', array $p_attributes = array(), $p_tool = 'dot', $p_com_module = 'WinGraphviz.DOT' ) {
parent::Graph( $p_name, $p_attributes, $p_tool, $p_com_module );
function Digraph( $p_name = 'G', array $p_attributes = array(), $p_tool = 'dot' ) {
parent::Graph( $p_name, $p_attributes, $p_tool );
}

/**
Expand Down

0 comments on commit f960f93

Please sign in to comment.