Skip to content

Commit 1d017ac

Browse files
committed
MNT: remove repeated code
1 parent 4a0dd5d commit 1d017ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/extensions/wrap_PeakWidthModel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,6 @@ void wrap_PeakWidthModel()
237237
.def("maxWidth",
238238
maxwidthwithpystructure,
239239
(bp::arg("stru"), bp::arg("rmin"), bp::arg("rmax")))
240-
.def("maxWidth",
241-
&PeakWidthModel::maxWidth,
242-
(bp::arg("stru"), bp::arg("rmin"), bp::arg("rmax")),
243-
doc_PeakWidthModel_maxWidth)
244240
.def("ticker",
245241
&PeakWidthModel::ticker,
246242
&PeakWidthModelWrap::default_ticker,

0 commit comments

Comments
 (0)