From f64d8ee5de6f9fba0b3bfe50c474bc6621785e66 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Sat, 29 Jun 2019 10:57:46 +0200 Subject: [PATCH] . --- knxPython/knxmodule.cpp | 2 -- 1 file changed, 2 deletions(-) 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.");