Skip to content

Commit 90b37bf

Browse files
bakpaulfredroy
authored andcommitted
Remove mistake
1 parent 1441a36 commit 90b37bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseData.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ void moduleAddBaseData(py::module& m)
225225
data.def("getCounter", [](BaseData& self) { return self.getCounter(); }, sofapython3::doc::baseData::getCounter);
226226
data.def("setValue", setValue);
227227
data.def("getValue", getValue);
228-
data.def("getCounter", [](BaseData& self) { return self.getCounter(); }, sofapython3::doc::baseData::getCounter);
229228
data.def("getHelp", &BaseData::getHelp, sofapython3::doc::baseData::getHelp);
230229
data.def("unset", [](BaseData& b){ b.unset(); }, sofapython3::doc::baseData::unset);
231230
data.def("getOwner", &getOwner, sofapython3::doc::baseData::getOwner);

0 commit comments

Comments
 (0)