Tools__VisualProfilerCanvas.st
changeset 14820 e4a7f24d860b
parent 14383 4f852986915b
child 15566 184cea584be5
child 19024 4338c98f1cfe
--- a/Tools__VisualProfilerCanvas.st	Mon Nov 10 23:26:08 2014 +0100
+++ b/Tools__VisualProfilerCanvas.st	Mon Nov 10 23:34:53 2014 +0100
@@ -593,19 +593,9 @@
 !VisualProfilerCanvas methodsFor:'aspects'!
 
 callTreeHolder
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     callTreeHolder isNil ifTrue:[
         callTreeHolder := HierarchicalList new.
         callTreeHolder application: self.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       callTreeHolder addDependent:self.
-"/       callTreeHolder onChangeSend:#callTreeHolderChanged to:self.
     ].
     ^ callTreeHolder.
 
@@ -681,18 +671,8 @@
 !
 
 perspectiveSpecHolder
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     perspectiveSpecHolder isNil ifTrue:[
         perspectiveSpecHolder := #callTreeSpec asValue.
-"/ if your app needs to be notified of changes, uncomment one of the lines below:
-"/       perspectiveSpecHolder addDependent:self.
-"/       perspectiveSpecHolder onChangeSend:#perspectiveSpecHolderChanged to:self.
     ].
     ^ perspectiveSpecHolder.
 
@@ -722,13 +702,6 @@
 !
 
 selectedCallTreeItemHolder
-    "automatically generated by UIPainter ..."
-
-    "*** the code below creates a default model when invoked."
-    "*** (which may not be the one you wanted)"
-    "*** Please change as required and accept it in the browser."
-    "*** (and replace this comment by something more useful ;-)"
-
     selectedCallTreeItemHolder isNil ifTrue:[
         selectedCallTreeItemHolder := ValueHolder new.
         selectedCallTreeItemHolder onChangeSend:#selectedCallTreeItemChanged to:self.
@@ -910,7 +883,7 @@
 !VisualProfilerCanvas::CallTreeItem class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.9 2014-05-21 19:56:43 vrany Exp $'
+    ^'$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.10 2014-11-10 22:34:53 cg Exp $'
 ! !
 
 !VisualProfilerCanvas::CallTreeItem class methodsFor:'instance creation'!
@@ -1108,14 +1081,14 @@
 !VisualProfilerCanvas class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.9 2014-05-21 19:56:43 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.10 2014-11-10 22:34:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.9 2014-05-21 19:56:43 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.10 2014-11-10 22:34:53 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__VisualProfilerCanvas.st,v 1.9 2014-05-21 19:56:43 vrany Exp $'
+    ^ '$Id: Tools__VisualProfilerCanvas.st,v 1.10 2014-11-10 22:34:53 cg Exp $'
 ! !