Module: nagvis Branch: master Commit: abcaae7f5c937f93ad465ed090e4de5be3fd6cfe URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=abcaae7f5c937f93ad465ed090e4de5be3fd6cfe
Author: LaMi <[email protected]> Date: Tue Apr 6 23:01:52 2010 +0200 Removed deprecated comment --- share/frontend/nagvis-js/classes/NagVisMapView.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/share/frontend/nagvis-js/classes/NagVisMapView.php b/share/frontend/nagvis-js/classes/NagVisMapView.php index 3ef3c0d..9e75c29 100644 --- a/share/frontend/nagvis-js/classes/NagVisMapView.php +++ b/share/frontend/nagvis-js/classes/NagVisMapView.php @@ -41,8 +41,6 @@ class NagVisMapView { */ public function __construct(GlobalCore $CORE, $name) { $this->CORE = $CORE; - - // FIXME: Already validated? $this->name = $name; } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
