Skip to content

Commit 04cde48

Browse files
committed
STYLE: Remove p->Initialize() call after p = T::New() in example
- Follow-up to pull request #4972 commit 674b3d2 "STYLE: Remove `p->Initialize()` calls directly after `p = T::New()`"
1 parent 366ce7e commit 04cde48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ main(int argc, char * argv[])
8686
// Software Guide : BeginCodeSnippet
8787
ImageType::ConstPointer image = reader->GetOutput();
8888
auto path = PathType::New();
89-
path->Initialize();
9089

9190
using ContinuousIndexType = PathType::ContinuousIndexType;
9291
ContinuousIndexType cindex;

0 commit comments

Comments
 (0)