Skip to content

Commit eb24c4d

Browse files
committed
fix accidental re-add
1 parent 9c3f5ee commit eb24c4d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -595,16 +595,6 @@ class ApplyXFM(FLIRT):
595595
"""
596596
input_spec = ApplyXFMInputSpec
597597

598-
class ApplyXfm(ApplyXFM):
599-
"""
600-
.. deprecated:: 0.12.1
601-
Use :py:class:`nipype.interfaces.fsl.ApplyXFM` instead
602-
"""
603-
def __init__(self, **inputs):
604-
super(ApplyXfm, self).__init__(**inputs)
605-
warn(('This interface has been renamed since 0.12.1, please use '
606-
'nipype.interfaces.fsl.ApplyXFM'),
607-
UserWarning)
608598

609599
class MCFLIRTInputSpec(FSLCommandInputSpec):
610600
in_file = File(exists=True, position=0, argstr="-in %s", mandatory=True,

0 commit comments

Comments
 (0)