diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php index ba22ff22c65..f685742a725 100644 --- a/htdocs/core/class/dolgraph.class.php +++ b/htdocs/core/class/dolgraph.class.php @@ -42,7 +42,6 @@ */ class DolGraph { - //! Type of graph var $type=array(); // Array with type of each series. Example: array('bars', 'lines', ...) var $mode='side'; // Mode bars graph: side, depth private $_library='jflot'; // Graphic library to use (jflot, artichow)