Author: paultcochrane
Date: Sat Dec 16 08:43:03 2006
New Revision: 16122

Modified:
   trunk/docs/pdds/clip/pdd15_objects.pod

Changes in other areas also in this revision:
Modified:
   trunk/   (props changed)
   trunk/DEPRECATED.pod
   trunk/PBC_COMPAT
   trunk/editor/pir-mode.el
   trunk/src/ops/object.ops
   trunk/src/ops/ops.num

Log:
Removed C<fetchmethod> opcode and references to it.  This closes ticket #40511.


Modified: trunk/docs/pdds/clip/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/clip/pdd15_objects.pod      (original)
+++ trunk/docs/pdds/clip/pdd15_objects.pod      Sat Dec 16 08:43:03 2006
@@ -419,13 +419,6 @@
 
 Set the attribute of object Px with the fully qualified name Sy to Pz
 
-=item fetchmethod Px, Py, Sz
-
-Find the PMC for method Sz of object Py, and put it in Px. Note that how the
-method PMC returned behaves if it goes out of scope or if the class hierarchy
-changes or the method definitions change is entirely up to the class that
-provides the PMC.
-
 =item callmethod
 
 =item callmethod Sz

Reply via email to