From 774284c966693b0769eb70a985dc138a61c024bc Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Thu, 13 Mar 2014 09:31:23 -0400 Subject: [PATCH] DOC: Fix copy/paste error in description of itkFactorylessNewMacro --- Modules/Core/Common/include/itkMacro.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/Core/Common/include/itkMacro.h b/Modules/Core/Common/include/itkMacro.h index 0d8ef3b1b6d..7801dac47e0 100644 --- a/Modules/Core/Common/include/itkMacro.h +++ b/Modules/Core/Common/include/itkMacro.h @@ -179,10 +179,6 @@ namespace itk * same type as the referring object. This is useful in cases where * an object has been cast back to a base class. * - * These creation methods first try asking the object factory to create - * an instance, and then default to the standard "new" operator if the - * factory fails. - * * These routines assigns the raw pointer to a smart pointer and then call * UnRegister() on the rawPtr to compensate for LightObject's constructor * initializing an object's reference count to 1 (needed for proper