summaryrefslogtreecommitdiff
path: root/src/python.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python.cc')
-rw-r--r--src/python.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python.cc b/src/python.cc
index 0d5c90cb..5a4d1bcf 100644
--- a/src/python.cc
+++ b/src/python.cc
@@ -37,8 +37,6 @@ static PyMethodDef OBMethods[] = {
void initopenbox()
{
- OBClient_Type.ob_type = &PyType_Type;
-
Py_InitModule("openbox", OBMethods);
}
}