diff --git a/knxPython/knxmodule.cpp b/knxPython/knxmodule.cpp index 36e2e66..156317e 100644 --- a/knxPython/knxmodule.cpp +++ b/knxPython/knxmodule.cpp @@ -123,8 +123,6 @@ PYBIND11_MODULE(knx, m) { m.doc() = "wrapper for knx device lib"; // optional module docstring - py::bind_vector>(m, "GroupObjectList"); - m.def("Start", &Start, "Start knx handling thread."); m.def("Stop", &Stop, "Stop knx handling thread."); m.def("Prepare", &Prepare, "Allocated needed objects.");